Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
modules
/
module12.a68
blob: 3f849cbb9e65d6f18b37f09d18c09a2d06e87536 [
file
] [
log
] [
blame
]
module
Module_12
=
def
pub proc foo
=
(
proc
(
int
,
string
)
void
cb
,
int
a
)
void
:
cb
(
a
,
"Foo"
);
pub proc bar
=
(
real r
)
void
:
skip
;
skip
fed