blob: aa68063cb207905ded60a51603e24f2bfc06a630 [file] [log] [blame]
// RUN: clang-import-test -import %S/Inputs/S.cpp -expression %s
void expr() {
static_assert(E::a + E::b == 3);
}