mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
x: MODULE
|
|
NEWMODE a_set = SET (a, b, c, d);
|
|
NEWMODE a_ps = POWERSET a_set;
|
|
GRANT a_ps;
|
|
END;
|