// RUN: clang-import-test -dump-ast -import %S/Inputs/T.cpp -expression %s | FileCheck %s // CHECK: |-ClassTemplateSpecializationDecl // CHECK-SAME: line:4:20 struct A void expr() { A::B b1; A::B b2; b1.f + b2.g; } static_assert(f() == 0, ""); static_assert(f() == 4, "");