Add support to skip import libraries for performance reasons and instead
[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;