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