aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/modules/module8.a68
blob: 8704474436ce1f48372c69976aa3105a319943ec (plain)
1
2
3
4
5
module Module_8 =
def
    pub proc lala = ([]struct (string n, v) arg) void: skip;
    skip
fed