index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
namespace-aliases.cpp
blob: 74b8ebab4a54db80e7b86e0b77e02ea62f8a312c (
plain
)
1
2
3
// RUN: %clang_cc1 -emit-llvm-only %s
namespace
A
{
}
namespace
B
=
A
;