blob: 0487b240400218fd17b5376d60a79f09173261b1 [file] [log] [blame]
-include ../tools.mk
# Test output to be four
# The original error only occurred when printing, not when comparing using assert!
all:
$(RUSTC) foo.rs -O
[ `$(call RUN,foo)` = "4" ]