brintos

brintos / llvm-project-archived public Read only

0
0
Text · 96 B · 89cbda8 Raw
5 lines · cpp
1// RUN: clang-import-test -import %S/Inputs/T.cpp -expression %s2void expr() {3  A<int>::B b;4}5