llvm/clang/test/Import/struct-in-namespace/Inputs/N3.cpp

namespace M {
  struct V {
    int d;
  };
}