aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/module-pub-mangling-22.a68
blob: d11e9a8e4c8869f49ab92ab9671630d07b84131f (plain)
1
2
3
4
5
6
7
8
9
10
{ dg-options "-O0" }

{ Mangling of monads, nomads and :
  Unfortunately we cannot do all of them in a single test.  }

module Foo =
def prio +:= = 9;
    op +:= = (int a, b) int: skip; { dg-final { scan-assembler "FOO_u_o_e_\[0-9\]+" } }
    skip
fed