Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
size_attribute.adb
blob: 25642e0b0aad86413b92780ba62d73218c7d1d52 [
file
] [
log
] [
blame
]
--
PR middle
-
end
/
35823
--
{
dg
-
do
compile
]
procedure
Size_Attribute
(
Arg
:
in
String
)
is
Size
:
constant
Natural
:=
Arg
'Size;
begin
null;
end;