diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/tests1.ch')
-rw-r--r-- | gdb/testsuite/gdb.chill/tests1.ch | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/tests1.ch b/gdb/testsuite/gdb.chill/tests1.ch index 0962868..b545d07 100644 --- a/gdb/testsuite/gdb.chill/tests1.ch +++ b/gdb/testsuite/gdb.chill/tests1.ch @@ -122,6 +122,9 @@ newmode stru4m = struct (i long, esac, y stru3m); +synmode m_xyzmode = struct (next ref m_xyzmode, + i long); + -- set mode locations dcl s1l set1 := ccc; dcl s2l nset1 := nb; |