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/] [limited_with.adb] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } with Pack1; package body limited_with is procedure Print_2 (Obj : access Pack1.Nested.Rec_Typ) is begin null; end; end limited_with;
Go to most recent revision | Compare with Previous | Blame | View Log