Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6756a497a1f8a2809db1089832dc0c700a8502d5
/
.
/
clang
/
test
/
Modules
/
Inputs
/
cxx-inline-namespace.h
blob: 2525ad3569c05a2bf79756dd946ba52d62321f7d [
file
] [
log
] [
blame
]
Richard Smith
a00399c
2013-02-12 02:32:35 +0000
[
diff
] [
blame
]
1
namespace
std
{
2
inline
namespace
__1
{
3
namespace
__is_function_imp
{}
4
}
5
}
6
7
namespace
std
{
8
inline
namespace
__1
{
9
typedef
int
size_t
;
10
}
11
}