blob: fef12c4da67033b2466b3d86a9e96d5953a4be71 [file] [log] [blame]
-include ../tools.mk
all:
$(RUSTC) foo.rs --crate-type staticlib
$(RUSTC) bar.rs 2>&1 | $(CGREP) "found staticlib"