]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.chill/pr-9946.ch
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.chill / pr-9946.ch
CommitLineData
9811b596
WM
1x: module
2
3synmode aset = SET (stopped, moving);
4
5DCL xyz aset;
6
7xyz := moving;
8xyz := SUCC (xyz);
9
10END x;