blob: ff7b638e9c56a4371c9e860dde798f55eff8cd16 [file] [log] [blame]
extern "C" void abort(void);
int main(int argc, char * argv[])
{
abort();
}