[CI][Github] Do not fail premerge job
[llvm-project.git] / clang / test / Import / struct-in-namespace / Inputs / N3.cpp
blobe0ec4146747732d2b006f0a0610b3a8f1461b663
1 namespace M {
2 struct V {
3 int d;
4 };