#include "exclib.h"
int main(void)
{
TRY {
THROW(3, NULL);
} CLEANUP {
} EXCEPT {
} FINALLY {
} ETRY;
return 0;
}