Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
modules
/
program-25.a68
blob: 4a62a6fbcb1cee819743b7827a4d5f3100001e8a [
file
] [
log
] [
blame
]
{
dg
-
modules
"module25a module25b"
}
access
Module_25a
,
Module_25b
begin
Union_a
a
=
1
;
Union_b
b
=
1
;
assert
(
union_a_string
(
a
)
=
"int"
);
assert
(
union_a_string
(
b
)
=
"int"
);
assert
(
union_b_string
(
a
)
=
"int"
);
assert
(
union_b_string
(
b
)
=
"int"
)
end