summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/issue-51671/Makefile
blob: ba3d3b7100745e0debe024ac76d776f86f7e868a (plain)
1
2
3
4
5
6
7
8
9
-include ../tools.mk

# ignore-windows-msvc

all:
	$(RUSTC) --emit=obj app.rs
	nm $(TMPDIR)/app.o | $(CGREP) rust_begin_unwind
	nm $(TMPDIR)/app.o | $(CGREP) rust_eh_personality
	nm $(TMPDIR)/app.o | $(CGREP) rust_oom