Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gnat.dg
/
specs
/
compile_time1_pkg.ads
blob: c0345c2819eb6d17cce3e4c3b997043da53d0a9f [
file
] [
log
] [
blame
]
package
Compile_Time1_Pkg
is
type
Rec
is
record
I
:
Integer
;
end
record
;
end
Compile_Time1_Pkg
;