blob: b46a31f9128e0f2c7a33b81845276e6406534081 [file] [log] [blame]
# TODO(go): Fix
B := $(subst S, ,Sa)
ifdef $(B)
$(info PASS)
else
$(error FAIL)
endif