Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
SemaTemplate
/
nested-linkage.cpp
blob: 59746ea9c10e44f407be499bd8106b129b6c38e0 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
// expected-no-diagnostics
extern
"C"
{
extern
"C++"
{
template
<
class
C
>
C x
();
}
}