xref: /freebsd/contrib/bc/tests/bc/line_loop_quit1.txt (revision a1f8a0c793c67ab5854035e017f34d3d016b6d0d)
13
2for (i = 0; i < 3; ++i) i; quit
3