summaryrefslogtreecommitdiffstats
path: root/tests/run-make/issue-47551/Makefile
blob: 5a6ac725701b3ce2d3566de4fa506f1fc0e37988 (plain)
1
2
3
4
5
6
7
8
9
# only-linux
# ignore-32bit

include ../tools.mk

all:
	$(RUSTC) eh_frame-terminator.rs
	$(call RUN,eh_frame-terminator) | $(CGREP) '1122334455667788'
	objdump --dwarf=frames $(TMPDIR)/eh_frame-terminator | $(CGREP) 'ZERO terminator'