repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initialize HasMetadata to zero.
[llvm/avr.git]
/
test
/
FrontendC++
/
2009-07-16-Using.cpp
blob
1acadf642122ef9a37a79763522d0b4b68789ad2
1
// RUN: %llvmgxx %s -S
2
3
namespace
A
{
4
typedef
int
B
;
5
}
6
struct
B
{
7
};
8
using
::
A
::
B
;