blob: 7722a9ae1ef57dbf77531763da95be6bab88c0f3 [file] [log] [blame]
-- { dg-do compile }
package Attribute_Parsing is
I : constant Integer := 12345;
S : constant String := I'Img (1 .. 2);
end Attribute_Parsing;