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