summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/used/Makefile
blob: e80eb9e402086c5b76cb7d74d4a362bcd2d30b39 (plain)
1
2
3
4
5
6
7
include ../tools.mk

# ignore-windows-msvc

all:
	$(RUSTC) -C opt-level=3 --emit=obj used.rs
	nm $(TMPDIR)/used.o | $(CGREP) FOO