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
/
CXX
/
basic
/
basic.namespace
/
basic.namespace.general
/
Inputs
/
p2.h
blob
c1d86b942074cdf4a2d7ee5b9b59fd17d660b851
1
#ifndef P2_H
2
#define P2_H
3
namespace
foo
{
4
namespace
bar
{
5
}
6
}
// namespace foo
7
#endif