index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Modules
/
Inputs
/
using-decl-redecl
/
a.h
blob: eaa1876aac684c4d9fa72aa5f7f4fc3834111e4f (
plain
)
1
2
3
struct string {}; const int n = 0; namespace N { typedef ::string clstring; using ::n; }