old-cross-binutils/gdb/testsuite/gdb.chill/pr-9946.ch
1996-09-04 14:34:15 +00:00

10 lines
107 B
Text

x: module
synmode aset = SET (stopped, moving);
DCL xyz aset;
xyz := moving;
xyz := SUCC (xyz);
END x;