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