Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
size_attribute1_pkg2.adb
blob: ded1c8c659e111ee0a6855c3aa6b415901871a15 [
file
] [
log
] [
blame
]
package
body
Size_Attribute1_Pkg2
is
procedure
Proc
is
I
:
Integer
:=
T
'Size;
begin
null;
end;
end Size_Attribute1_Pkg2;