Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gnat.dg
/
bug_elaboration_code.ads
blob: 7354dcb249e9b21445299ef04cf717b6ddf4bcae [
file
] [
log
] [
blame
]
package
Bug_Elaboration_Code
is
pragma
Elaborate_Body
;
I
:
Integer
;
J
:
Integer
;
end
Bug_Elaboration_Code
;