]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/used/Makefile
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / tests / run-make-fulldeps / used / Makefile
1 include ../tools.mk
2
3 # ignore-windows-msvc
4
5 all:
6         $(RUSTC) -C opt-level=3 --emit=obj used.rs
7         nm $(TMPDIR)/used.o | $(CGREP) FOO