Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
test_image.adb
blob: 8f94301434e81986a029352a0e26df1139dc2351 [
file
] [
log
] [
blame
]
--
{
dg
-
do
run
}
with
test_image_p
;
procedure test_image
is
my_at5c
:
test_image_p
.
a_type5_class
;
begin
my_at5c
:=
new
test_image_p
.
type5
;
end
;