-------------------------------------------------------------------------- void func() noexcept { throw x; } void func() throw() { throw x; } void func() __attribute__((nothrow)); void func() { throw x; } --------------------------------------------------------------------------
source not stored for this graph (policy: none)
no test coverage detected