summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/test/ExceptionThrower.cpp
blob: 7404d13c47c383b4aabce42f08319d87b69fa2ff (plain)
1
2
3
#include "ExceptionThrower.h"

void ThrowException() { throw 1; }