1x=one
2x="two and three"
3x=four
4x="five"
5x=-I/this
6x=-I"This or that"
7x=-Ithat
8x="-DTHIS=\"this and that\""
9cfl=-I/this -I"This or that" -Ithat "-DTHIS=\"this and that\""
10newline-item=(a)
11a=one b="two and three"
12a=four b="five"
13a=ONE b="TWO AND THREE"
14a=FOUR b="FIVE"
15We expect an error next:
16make: "forloop.mk" line 46: Wrong number of words (9) in .for substitution list with 2 vars
17make: Fatal errors encountered -- cannot continue
18make: stopped in unit-tests
19OK
20exit status 0
21