Files
clang-p2996/lldb/test/functionalities/non-overlapping-index-variable-i/Makefile
Johnny Chen cf901ed229 Add a test file to go with r136745. It fails, though, for:
expr ptr[i]->point.x

Radar to be filed.

llvm-svn: 136760
2011-08-03 01:34:29 +00:00

6 lines
77 B
Makefile

LEVEL = ../../make
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules