summaryrefslogtreecommitdiffstats
path: root/tests/run-make/forced-unwind-terminate-pof/Makefile
blob: 871621520b910086d55e71940ab503aa368a987d (plain)
1
2
3
4
5
6
7
8
9
# ignore-cross-compile
# only-linux
include ../tools.mk

all: foo
	$(call RUN,foo) | $(CGREP) -v "cannot unwind"

foo: foo.rs
	$(RUSTC) $<