EXU example

#include <iostream.h>

#include <windows.h>

 

int

main(int, char **)

{

    throw "this is unhandled"; //EXU: nothing catches this

    return(0);

}

(C) Copyright IBM Corporation 1992, 2010.