Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
size_attribute1_pkg1.adb
blob: a0a45a9e4792344ebc04a8b4e3532a426dd6b696 [
file
] [
log
] [
blame
]
package
body
Size_Attribute1_Pkg1
is
type
Rec
is
record
F
:
T
;
end
record
;
procedure
Dummy
is
begin
null
;
end
;
end
Size_Attribute1_Pkg1
;