DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / Import / struct-in-namespace / Inputs / N1.cpp
1234567891011
namespace N { struct S { int a; }; } namespace N { struct T { int b; }; }