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

all: $(call NATIVE_STATICLIB,a) $(call NATIVE_STATICLIB,b)
	$(RUSTC) a.rs
	$(RUSTC) b.rs
	$(call RUN,b)