repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
Import
/
cxx-anon-namespace
/
Inputs
/
F.cpp
blob
83764866bbe578f17f9a37cabaa0a7918f02894c
1
namespace
{
2
void
func1
() {
3
}
4
}
// namespace
5
6
namespace
test_namespace1
{
7
namespace
{
8
void
func2
() {}
9
}
// namespace
10
}
// namespace test_namespace1
11
12
namespace
test_namespace2
{
13
namespace
{
14
namespace
test_namespace3
{
15
void
func3
() {}
16
}
// namespace test_namespace3
17
}
// namespace
18
}
// namespace test_namespace2
19
20
namespace
{
21
namespace
{
22
void
func4
() {
23
}
24
}
// namespace
25
}
// namespace