Changes in tests/exceptions/terminate.cfa [fe1025d:e68d092]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/terminate.cfa
rfe1025d re68d092 17 17 printf("end of try clause\n"); 18 18 } catch (zen * error) { 19 19 loud_exit a = "simple catch clause"; 20 20 printf("simple catch\n"); 21 }22 printf("\n");23 24 // Throw catch-all test.25 try {26 throw &(zen){};27 } catch (exception_t * error) {28 printf("catch-all\n");29 21 } 30 22 printf("\n");
Note: See TracChangeset
for help on using the changeset viewer.