Changes in tests/exceptions/finally.cfa [ecfd758:046a890]
- File:
-
- 1 edited
-
tests/exceptions/finally.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/finally.cfa
recfd758 r046a890 4 4 #include "except-io.hfa" 5 5 6 EHM_EXCEPTION(myth)(); 7 8 EHM_VIRTUAL_TABLE(myth, myth_vt); 6 TRIVIAL_EXCEPTION(myth); 9 7 10 8 int main(int argc, char * argv[]) { 11 myth exc = {&myth_vt};9 myth exc; 12 10 13 11 try {
Note:
See TracChangeset
for help on using the changeset viewer.