-include ../tools.mk

# ignore-stage1

all:
	$(RUSTC) a.rs && $(RUSTC) b.rs && $(RUSTC) c.rs
