5 lines
96 B
C++
5 lines
96 B
C++
// RUN: clang-import-test -import %S/Inputs/T.cpp -expression %s
|
|
void expr() {
|
|
A<int>::B b;
|
|
}
|