1 // RUN: clang-import-test -import %S/Inputs/S.cpp -expression %s 2 void expr() { 3 static_assert(E::a + E::b == 3); 4 } 5