aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/modules/module11.a68
blob: 39adb826019c392d03a32130c4db55f97d9253ef (plain)
1
2
3
4
5
6
7
8
9
10
11
{ Mixing module texts with revelations and without revelations.  }

module Module11 =
          access Module1, Module3
          def pub proc someproc = (int a, b) int: a + b;
              skip
          postlude
              skip
          fed,
       Foo = def skip postlude skip fed,
       Bar = def skip fed