rt_gccstream/gcc/testsuite/gnat.dg/size_attribute.adb

9 lines
151 B
Ada

-- PR middle-end/35823
-- { dg-do compile ]
procedure Size_Attribute (Arg : in String) is
Size : constant Natural := Arg'Size;
begin
null;
end;