aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/compile/recursive-modes-2.a68
blob: f79b214d07515a399ce7596e257e98f9b4251a36 (plain)
1
2
3
4
5
6
7
begin mode Word = union (int, struct (ref Word w)),
           Value = union (void,Word),
           Stack = struct (ref Stack prev, Value val);

      struct (Word a) qs;  { type_2 has no size! }
      skip
end