summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-5646-grt.ch
blob: b7a900235857601e77ee4c3e2ec28e9495ecd980 (plain)
1
2
3
4
5
x: MODULE
NEWMODE a_set = SET (a, b, c, d);
NEWMODE a_ps = POWERSET a_set;
GRANT a_ps;
END;