Add support to skip import libraries for performance reasons and instead
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / enum.ch
1 hugo: module
2
3 synmode m_set = set (a, b, c, d, e, f, g, h, i);
4 dcl x long;
5 dcl y m_set;
6
7 writetext (stdout, "done.%/");
8
9 end hugo;
This page took 0.031606 seconds and 4 git commands to generate.