Make test more lenient for custom clang version strings
[llvm-project.git] / clang / test / Modules / Inputs / cxx-inline-namespace-b.h
blob242a585673ae5e57728c48f78bcd07d5875c87fd
1 @import cxx_inline_namespace;
3 struct X::Y::Z {
4 void f(struct Elaborated);
5 };