summaryrefslogtreecommitdiffstats
path: root/tests/run-make/issue-46239/Makefile
blob: 0006ced25156ae9dd3b5a2cdb7e578f8f9c1cd75 (plain)
1
2
3
4
5
6
# ignore-cross-compile
include ../tools.mk

all:
	$(RUSTC) main.rs -C opt-level=1
	$(call RUN,main)