aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/modules/module2.a68
blob: 57c68e579b810468dc23741bc1e7f33d852a93c1 (plain)
1
2
3
4
5
module Module2 =
def prio // = 9; { Note priority is not publicized.  }
    pub op // = (int a, b) int: a + b;
    skip
fed