]> git.proxmox.com Git - rustc.git/blame - tests/run-make/issue-46239/Makefile
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / issue-46239 / Makefile
CommitLineData
353b0b11 1# ignore-cross-compile
f2b60f7d 2include ../tools.mk
abe05a73
XL
3
4all:
5 $(RUSTC) main.rs -C opt-level=1
6 $(call RUN,main)