summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-9946.ch
blob: 3d9210a5b8d28818155e5ed804ab768f36d9c758 (plain)
1
2
3
4
5
6
7
8
9
10
x: module

synmode aset = SET (stopped, moving);

DCL xyz aset;

xyz := moving;
xyz := SUCC (xyz);

END x;