aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/modules/module3.a68
blob: 143a4693593a1da3c1d6da52524d2660ce495d67 (plain)
1
2
3
4
5
6
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