summaryrefslogtreecommitdiffstats
path: root/tests/run-make/static-extern-type/Makefile
blob: 778971543221ef658f66436e99a93280f4ca3cfa (plain)
1
2
3
4
5
6
# ignore-cross-compile
include ../tools.mk

all: $(call NATIVE_STATICLIB,define-foo)
	$(RUSTC) -ldefine-foo use-foo.rs
	$(call RUN,use-foo) || exit 1