Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
modules
/
module3.a68
blob: 143a4693593a1da3c1d6da52524d2660ce495d67 [
file
] [
log
] [
blame
]
module
Module_3
=
def
pub proc foo
=
(
int
i
,
string
s
)
void
:
skip
;
pub mode
Jorl
=
struct
(
int
i
,
string
s
);
pub mode
Jurl
=
union
(
int
,
string
,
real
);
skip
fed