URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [ada/] [acats/] [support/] [impbit.adb] - Rev 294
Compare with Previous | Blame | View Log
with System; with Ada.Text_IO; procedure Impbit is begin Ada.Text_IO.Put_Line (System.Address'Size'Img); end Impbit;