Changeset d00d581 for tests/exceptions/finally.cfa
- Timestamp:
- Aug 18, 2021, 2:04:55 PM (11 months ago)
- Branches:
- enum, forall-pointer-decay, jacob/cs343-translation, master
- Children:
- fe8aa21
- Parents:
- 6d63c14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/finally.cfa
r6d63c14 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.