URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [array13.adb] - Rev 304
Compare with Previous | Blame | View Log
-- PR ada/38394 -- Reporter: Michael Völske <michael.voelske@medien.uni-weimar.de> -- { dg-do assemble } package body Array13 is procedure Foo is X, Y : T; begin null; end; end Array13;