URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [discr28.adb] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } package body Discr28 is procedure Dummy (E : Rec) is begin null; end; function F return Rec is begin return Default_Rec; end; procedure Proc1 is begin Dummy (F); end; procedure Proc2 is begin Dummy (F); end; end Discr28;
Go to most recent revision | Compare with Previous | Blame | View Log