Sign in
llvm
/
clang.git
/
refs/heads/release_80
/
.
/
test
/
Import
/
template
/
test.cpp
blob: 89cbda8b92fb23873e9104bc7226158fa144ab95 [
file
] [
edit
]
// RUN: clang-import-test -import %S/Inputs/T.cpp -expression %s
void
expr
()
{
A
<int>
::
B b
;
}