Clang Project

clang_source_code/test/Import/struct-in-namespace/Inputs/N3.cpp
1namespace M {
2  struct V {
3    int d;
4  };
5}
6