1-include ../tools.mk
2
3all: $(call NATIVE_STATICLIB,test)
4	$(RUSTC) nonclike.rs -L$(TMPDIR) -ltest
5	$(call RUN,nonclike)
6