qse/ase/test/awk/t27.awk

7 lines
99 B
Awk
Raw Normal View History

2006-08-04 16:33:50 +00:00
global a, b, c;
BEGIN { while (1) while(1) while (1) ; }
END { while (1) while(1) while (1) ; }