xref: /openbsd-src/regress/usr.bin/make/mk18 (revision 8c5754d02061cdd68c03417fc2369f4fa225279f)
1# $OpenBSD: mk18,v 1.1 2002/04/16 16:15:18 espie Exp $
2# Bug in the cond parsing code
3
4TEST=Yes
5.for i in 0 1 2 3 4 5 6 7
6.  for j in 0 1 2 3 4 5 6
7.      if TEST
8.  endfor
9.endfor
10.for i in 0 1 2 3 4
11.  for j in 0 1 2 3 4 5
12.      endif
13.  endfor
14.endfor
15