Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
error-module-nested-access-1.a68
blob: 97b5566592e3acd3bd4b40b77f592d6be2793bab [
file
] [
log
] [
blame
]
module
Foo
=
{
dg
-
error
"expected module text"
}
access
Bar
access
Baz
access
Quux
{
dg
-
error
"nested"
}
def
pub
int
bar
=
foo
+
baz
;
skip
fed