import gdb-1999-06-28 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / pr-9946.ch
CommitLineData
c906108c
SS
1x: module
2
3synmode aset = SET (stopped, moving);
4
5DCL xyz aset;
6
7xyz := moving;
8xyz := SUCC (xyz);
9
10END x;
This page took 0.027098 seconds and 4 git commands to generate.