rust/tests/run-make/issue-47551/Makefile

10 lines
234 B
Makefile

# 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'