Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
cxx17
/
decls.h
1
struct MergeExceptionSpec {
2
~MergeExceptionSpec(); // unevaluated exception spec
3
};
4