Initial creation of sourceware repository
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / pr-5646-grt.ch
1 x: MODULE
2 NEWMODE a_set = SET (a, b, c, d);
3 NEWMODE a_ps = POWERSET a_set;
4 GRANT a_ps;
5 END;
This page took 0.033755 seconds and 4 git commands to generate.