xref: /openbsd-src/regress/usr.bin/make/mk7 (revision 133306f0ca1ab5abad5849050ae073a8aba154e8)
1#	$OpenBSD: mk7,v 1.2 2001/01/29 02:06:00 niklas Exp $
2
3# This Makefile should fail, the syntax is bogus
4
5A=1
6.if defined anything goes (A)
7a:
8	@true
9.endif
10