summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/issue-47551/Makefile
blob: f4495e6b671d7302e6e2dc2a1f73d7a954242927 (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'