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