summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/issue-35164/Makefile
blob: a95125c566ea0211b83448f400a69f51afcde523 (plain)
1
2
3
4
-include ../tools.mk

all:
	$(RUSTC) main.rs --error-format json 2>&1 | $(CGREP) -e '"byte_start":23\b' '"byte_end":29\b'