Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
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
;