aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/error-pragmat-1.a68
blob: 8c5f1c1d899d17b150e60221e10698266f957221 (plain)
1
2
3
4
5
6
7
8
{ dg-error "unrecognized pragmat" } pr invalid Foo in "module" pr

begin prio // = 8;
      op (int,int)int // = lala;
      proc lala = (int a, b) int: a + b;
      proc void jeje = skip;
      skip
end