Files
tubestation/toolkit/crashreporter/test/ExceptionThrower.cpp

7 lines
68 B
C++

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