Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
modules
/
program-23.a68
blob: d1b6fc4c5979e9f9039d3929ba1c19c7a395ee69 [
file
] [
log
] [
blame
]
{
dg
-
modules
"module23foo module23bar"
}
access
Module23Bar
begin
assert
(
foo
=
10
);
assert
(
bar
=
20
)
end