diff options
author | Wilfried Moser <moser@cygnus> | 1996-01-09 12:48:44 +0000 |
---|---|---|
committer | Wilfried Moser <moser@cygnus> | 1996-01-09 12:48:44 +0000 |
commit | 0025f7a0a7934977188b682830628b5fac4770ab (patch) | |
tree | b86d15f78dac94d19ba3b434d9160ea8a1bf1b3a /gdb/testsuite/gdb.chill/misc.ch | |
parent | d1f5c8043acfeb2b8e2ecdfca6dc43af016719cc (diff) | |
download | gdb-0025f7a0a7934977188b682830628b5fac4770ab.zip gdb-0025f7a0a7934977188b682830628b5fac4770ab.tar.gz gdb-0025f7a0a7934977188b682830628b5fac4770ab.tar.bz2 |
* misc.ch, misc.exp: Enhance test case.
Diffstat (limited to 'gdb/testsuite/gdb.chill/misc.ch')
-rw-r--r-- | gdb/testsuite/gdb.chill/misc.ch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/misc.ch b/gdb/testsuite/gdb.chill/misc.ch index 6f925f1..20f12c8 100644 --- a/gdb/testsuite/gdb.chill/misc.ch +++ b/gdb/testsuite/gdb.chill/misc.ch @@ -2,6 +2,8 @@ misc_tests : MODULE; DCL otto INT := 42; +DCL foo STRUCT (l LONG, c CHAR, b BOOL, s CHARS(3)); + dummyfunc: PROC(); END dummyfunc; |