]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.chill/pr-5646-grt.ch
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.chill / pr-5646-grt.ch
CommitLineData
87846d8a
PB
1x: MODULE
2NEWMODE a_set = SET (a, b, c, d);
3NEWMODE a_ps = POWERSET a_set;
4GRANT a_ps;
5END;