.PHONY: check

LCLINT = lclint -exportlocal
 
check:
	$(LCLINT) +arraybounds +arrayboundsread m.c sizeof.c test3.c test7.c -expect 7


