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
[RISCV][NFC] Remove Redundant Inline Asm Logic (#124202)
[llvm-project.git]
/
clang
/
test
/
Import
/
struct-in-namespace
/
Inputs
/
N1.cpp
blob
ddb67a5162130d4eb29162bafccac406ab818618
1
namespace
N
{
2
struct
S
{
3
int
a
;
4
};
5
}
6
7
namespace
N
{
8
struct
T
{
9
int
b
;
10
};
11
}