summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/issue-51671/Makefile
blob: 1d1d370d382645713736e9a78350d0977dd395dc (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