Clang Project
clang_source_code
/
test
/
Import
/
struct-in-namespace
/
Inputs
/
N2.cpp
1
namespace N {
2
struct U {
3
int c;
4
};
5
}
6