OSDN Git Service

* gnat.dg/lto[12456].adb: Add "target lto" marker.
[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;