main shinobi / tests / mk / gnu / features / conditionals / t010 / mk
 1
 2ifeq (a, b)
 3	# noop
 4else
 5	ifeq (a, b)
 6		# noop
 7	endif
 8endif
 9
10all:
11	@echo foo