summary refs log tree commit diff
path: root/src/test/run-make/issue-35164/Makefile
blob: 6a451656dcb7ff32364058ab7572a8600c557a9f (plain)
1
2
3
4
-include ../tools.mk

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