OSDN Git Service

* gcc.c-torture/compile/20080625-1.c: Skip for M32C.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / oalign1.ads
1
2 package Oalign1 is
3    Klunk1 : Integer := 12;
4    for Klunk1'Alignment use Standard'Maximum_Alignment;
5 end;