#114 Invoking destroy() on a coroutine that is not suspended is undefined behavior: eel.is/c++draft/dcl.f…
godbolt: godbolt.org/z/3sWf3czPs
#115 Calling a function through an expression whose function type is different from the function type of the called function’s definition results in undefined behavior: godbolt.org/z/snjzbh6oc
#102 The result of an infinite recursion in template instantiation is undefined behavior: eel.is/c++draft/temp.…
godbolt: godbolt.org/z/jh6bsr
#103 Referring to any non-static member or base class of an object in the handler for a function-try-block of a
constructor or destructor for that object results in undefined behavior: eel.is/c++draft/excep…