diff options
Diffstat (limited to 'regress/usr.bin/make/mk17')
-rw-r--r-- | regress/usr.bin/make/mk17 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/regress/usr.bin/make/mk17 b/regress/usr.bin/make/mk17 new file mode 100644 index 00000000000..af32be5b688 --- /dev/null +++ b/regress/usr.bin/make/mk17 @@ -0,0 +1,9 @@ +# $OpenBSD: mk17,v 1.1 2002/04/16 14:43:56 espie Exp $ +# Bug in the cond parsing code + +TEST=Yes +.for i in 0 1 2 3 4 5 6 7 +. for j in 0 1 2 3 4 5 6 +. if TEST +. endfor +.endfor |