Clang Project

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