[RISCV][NFC] Remove Redundant Inline Asm Logic (#124202)
[llvm-project.git] / clang / test / Import / struct-in-namespace / Inputs / N1.cpp
blobddb67a5162130d4eb29162bafccac406ab818618
1 namespace N {
2 struct S {
3 int a;
4 };
7 namespace N {
8 struct T {
9 int b;