On Sun Jun 11 02:48:44 2023 +0000, Fabian Maurer wrote:
There is exception handling:
#include "wine/exception.h" __TRY { } __EXCEPT_PAGE_FAULT { } __ENDTRY
Though maybe there is a reason that is not used in tests, maybe one of the devs can chime in.
It needs compiler support. I don't think you will be able to write a test for this easily, manually checking that it actually crashes on Windows is enough.