]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.chill/pr-5646-grt.ch
Initial creation of sourceware repository
[thirdparty/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;