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
[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
2009-07-16-Using.cpp
blob
a692d4dbc32e139daa9094fb60f5ff348b7f7d44
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
namespace
A
{
4
typedef
int
B
;
5
}
6
struct
B
{
7
};
8
using
::
A
::
B
;