aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/modules/module5.a68
blob: d0b009aa7954f3c774e112a7e06473e18a3abc8d (plain)
1
2
3
4
5
6
7
module Module_5 =
def pub prio // = 9;
    pub op // = (int a, b) int: a + b;
    pub prio LALA = 9;
    pub op LALA = (int a, b) int: a - b;
    skip
fed