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