trisquel-icecat/icecat/toolkit/crashreporter/test/ExceptionThrower.cpp

3 lines
66 B
C++

#include "ExceptionThrower.h"
void ThrowException() { throw 1; }