URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [case_null.adb] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } -- { dg-options "-gnatws" } package body Case_Null is procedure P1 (X : T) is begin case X is when S1 => null; when e => null; when others => null; end case; end P1; end Case_Null;
Go to most recent revision | Compare with Previous | Blame | View Log