xref: /openbsd-src/regress/usr.bin/make/mk13 (revision ea40f178eb23cda7d39a08b4fcf44982499a3c24)
1# $OpenBSD: mk13,v 1.1 2001/07/11 13:12:19 espie Exp $
2# Warning: the next line ends with a space !!!
3A= ends with space
4
5a:
6	@echo "a$Aa"
7