URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [pointer_protected.adb] - Rev 304
Compare with Previous | Blame | View Log
-- { dg-do compile } with pointer_protected_p; procedure pointer_protected is Pointer : pointer_protected_p.Ptr := null; Data : pointer_protected_p.T; begin Pointer.all (Data); end pointer_protected;