[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / cxx17 / decls.h
blob473b6d15112ade965a28bf1f26d2c5d1a1e48df5
1 struct MergeExceptionSpec {
2 ~MergeExceptionSpec(); // unevaluated exception spec
3 };