]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - 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
CommitLineData
c906108c
SS
1x: MODULE
2NEWMODE a_set = SET (a, b, c, d);
3NEWMODE a_ps = POWERSET a_set;
4GRANT a_ps;
5END;