Clang Project

clang_source_code/test/Import/template/test.cpp
1// RUN: clang-import-test -import %S/Inputs/T.cpp -expression %s
2void expr() {
3  A<int>::B b;
4}
5