main shinobi / tests / mk / kati / semicolon / test / mk
 1# 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