OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / const1.adb
1 --  { dg-do compile }
2
3 procedure const1 is
4    Def_Const : constant Integer;
5    pragma Import (Ada, Def_Const);
6 begin
7    null;
8 end const1;