mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
433da1fc04
They pass fine.
8 lines
129 B
Makefile
8 lines
129 B
Makefile
include ../tools.mk
|
|
|
|
# ignore-windows-msvc
|
|
|
|
all:
|
|
$(RUSTC) -C opt-level=3 --emit=obj used.rs
|
|
nm $(TMPDIR)/used.o | $(CGREP) FOO
|