DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-14 / 1%3A14.0.6-16 / clang / test / Import / struct-in-namespace / Inputs / N1.cpp
1234567891011
namespace N { struct S { int a; }; } namespace N { struct T { int b; }; }