summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/enum.ch
blob: 971fc9421a50ab925f25e02266bf00f8e80c4a77 (plain)
1
2
3
4
5
6
7
8
9
hugo: module

  synmode m_set = set (a, b, c, d, e, f, g, h, i);
  dcl x long;
  dcl y m_set;

  writetext (stdout, "done.%/");

end hugo;