aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/modules/module9.a68
blob: 55afd6fef75f5b70f97d878c75f9ca2c67131f35 (plain)
1
2
3
4
5
6
module Module_9 =
def
    pub mode Foo = struct (flex[1:0]Event events);
    pub mode Event = int;
    skip
fed