Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
modules
/
module9.a68
blob: ed59bb8bfb04eeec2080fb8f2322dbd002b1a2c6 [
file
] [
log
] [
blame
]
module
Module9
=
def
pub
int
foo
=
10
;
pub prio
// = 9;
pub op QUUX
=
(
int
a
,
b
)
int
:
a
+
b
;
prio QUUX
=
9
;
pub mode
Lala
=
int
;
skip
fed