blob: b0cabd7cb19a4eb4e324eacf2032dc0b579220bc (
plain)
1
2
3
4
5
6
7
8
9
10
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
|