blob: 45baa03e47d500a21e6fe99c572b8a822fffc7e6 [file] [log] [blame]
Shinichiro Hamaji3fab47e2015-04-08 18:34:41 +09001# When a line only has semicolons after variables are expanded, they
2# are silently ignored, for some reason.
3SEMI:=;
4$(SEMI)
5$(SEMI) $(SEMI)
6
7$(foreach v,x,;)
8
9test:
10 echo PASS