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
/
Modules
/
Inputs
/
using-decl-a.h
blob
1d1ffe9ed35081a4785e3309b6125439e7a1a42e
1
typedef
int
using_decl_type
;
2
int
using_decl_var
;
3
int
merged
;
4
5
namespace
UsingDecl
{
6
using
::
using_decl_type
;
7
using
::
using_decl_var
;
8
9
namespace
A
{
typedef
int
inner
; }
10
using
A
::
inner
;
11
}