URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [string_comparison.adb] - Rev 826
Compare with Previous | Blame | View Log
-- { dg-do compile } with Ada.Text_IO; use Ada.Text_IO; procedure String_Comparison is package Bool_IO is new Enumeration_IO (Boolean); use Bool_IO; begin Put (Boolean'Image (True) = "True"); end;