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

namespace N {
  struct U {
    int c;
  };
}