aboutsummaryrefslogtreecommitdiff
path: root/testcase/define_newline.mk
blob: b2bbc1e7cf5af781e441db65f0dca35a02259089 (plain)
1
2
3
4
5
6
7
8
9
define newline


endef

$(info This should have$(newline)two lines)

test:
	echo OK