// RUN: clang-import-test -import %S/Inputs/T.cpp -expression %s void expr() { A::B b1; A::B b2; b1.f + b2.g; } static_assert(f() == 0, ""); static_assert(f() == 4, "");