Clang Project

clang_source_code/test/Import/cxx-noexcept-expr/Inputs/F.cpp
1bool f() { return noexcept(1); }
2