5 lines
115 B
Makefile
Raw Normal View History

-include ../tools.mk
all:
$(RUSTC) main.rs --error-format json 2>&1 | grep -q '"byte_start":490.*"byte_end":496'