]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/issue-47551/Makefile
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / run-make-fulldeps / issue-47551 / Makefile
1 # only-linux
2 # ignore-32bit
3
4 include ../tools.mk
5
6 all:
7         $(RUSTC) eh_frame-terminator.rs
8         $(call RUN,eh_frame-terminator) | $(CGREP) '1122334455667788'
9         objdump --dwarf=frames $(TMPDIR)/eh_frame-terminator | $(CGREP) 'ZERO terminator'