1 // RUN: clang-import-test -dump-ast -import %S/Inputs/T.cpp -expression %s | FileCheck %s
3 // CHECK: |-ClassTemplateSpecializationDecl
4 // CHECK-SAME: <line:4:1, line:8:1> line:4:20 struct A
12 static_assert(f
<char>() == 0, "");
13 static_assert(f
<int>() == 4, "");