old-cross-binutils/gdb/testsuite/gdb.chill/pr-5646-grt.ch

6 lines
92 B
Text
Raw Normal View History

1994-09-17 01:00:09 +00:00
x: MODULE
NEWMODE a_set = SET (a, b, c, d);
NEWMODE a_ps = POWERSET a_set;
GRANT a_ps;
END;