OSDN Git Service

* gcc.dg/march.c: Ignore a note for some targets.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / size_attribute.adb
1 -- PR middle-end/35823
2 -- { dg-do compile ]
3
4 procedure Size_Attribute (Arg : in String) is
5    Size : constant Natural := Arg'Size;
6 begin
7    null;
8 end;