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

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