Files
tubestation/toolkit/crashreporter/test/ExceptionThrower.cpp
2018-11-30 11:46:48 +01:00

4 lines
66 B
C++

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