summaryrefslogtreecommitdiff
path: root/tests/run-make/issue-51671/Makefile
blob: 00cf9134662389ab6fb7e4ab51177a3d118c390d (plain)
1
2
3
4
5
6
7
8
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