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