OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / renaming1.ads
1 with Text_IO;
2 package renaming1 is
3    procedure Fo (A : Text_IO.File_Access);
4 end;