qse/ase/cmd/awk/t27.awk
2008-03-21 03:49:53 +00:00

7 lines
105 B
Awk

global a, b, c;
BEGIN { while (1) while(1) while (1) a = 20; }
END { while (1) while(1) while (1) ; }