diff options
Diffstat (limited to 'test/symtab10.ok')
-rw-r--r-- | test/symtab10.ok | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/symtab10.ok b/test/symtab10.ok new file mode 100644 index 00000000..b0cabd7c --- /dev/null +++ b/test/symtab10.ok @@ -0,0 +1,11 @@ +Watchpoint 1: y +Starting program: +Stopping in BEGIN ... +Watchpoint 1: y + Old value: untyped variable + New value: 1 +main() at `symtab10.awk':1 +1 BEGIN { SYMTAB["x"] ; y=1 ; y++ } +no symbol `x' in current context +Program exited normally with exit value: 0 +EXIT CODE: 2 |