// RUN: clang-cc -fsyntax-only %s template struct adder { enum { value = I + J, value2 }; }; int array1[adder::value == 7? 1 : -1];