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