[RISCV][NFC] Remove Redundant Inline Asm Logic (#124202)
[llvm-project.git] / clang / test / Import / struct-in-namespace / Inputs / N2.cpp
blobad97d5dd52ea582899a0088f3d93415e803091b1
1 namespace N {
2 struct U {
3 int c;
4 };