Changes in tests/exceptions/finally.cfa [ecfd758:d00d581]
- File:
-
- 1 edited
-
tests/exceptions/finally.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/finally.cfa
recfd758 rd00d581 1 1 // Finally Clause Tests 2 2 3 #include <exception.hfa>4 3 #include "except-io.hfa" 5 4 6 EHM_EXCEPTION(myth)();5 exception myth {}; 7 6 8 EHM_VIRTUAL_TABLE(myth, myth_vt);7 vtable(myth) myth_vt; 9 8 10 9 int main(int argc, char * argv[]) {
Note:
See TracChangeset
for help on using the changeset viewer.