Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/finally.cfa

    rd00d581 recfd758  
    11// Finally Clause Tests
    22
     3#include <exception.hfa>
    34#include "except-io.hfa"
    45
    5 exception myth {};
     6EHM_EXCEPTION(myth)();
    67
    7 vtable(myth) myth_vt;
     8EHM_VIRTUAL_TABLE(myth, myth_vt);
    89
    910int main(int argc, char * argv[]) {
Note: See TracChangeset for help on using the changeset viewer.