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