diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/chillvars.ch')
-rw-r--r-- | gdb/testsuite/gdb.chill/chillvars.ch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/chillvars.ch b/gdb/testsuite/gdb.chill/chillvars.ch index 3df623b857..21dfcba548 100644 --- a/gdb/testsuite/gdb.chill/chillvars.ch +++ b/gdb/testsuite/gdb.chill/chillvars.ch @@ -125,6 +125,8 @@ DCL charmatrix ARRAY (0:255) CHAR INIT := [ 'a','a','a','a','a','a','a','a','a','a','a','a','a','a','a','a' ]; +DCL xptr PTR INIT := ->int_high; + booleans: PROC (); DCL val1 BOOL := TRUE; |