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/] [testint.adb] - Rev 399
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do run } -- { dg-options "-gnato" } with Text_IO; use Text_IO; procedure testint is function m1 (a, b : short_integer) return integer is begin return integer (a + b); end m1; f : integer; begin f := m1 (short_integer'Last, short_integer'Last); end testint;
Go to most recent revision | Compare with Previous | Blame | View Log