Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/trash.cfa

    rd00d581 recfd758  
    11// Make sure throw-catch during unwind does not trash internal data.
    22
    3 exception yin {};
    4 exception yang {};
     3#include <exception.hfa>
    54
    6 vtable(yin) yin_vt;
    7 vtable(yang) yang_vt;
     5EHM_EXCEPTION(yin)();
     6EHM_EXCEPTION(yang)();
     7
     8EHM_VIRTUAL_TABLE(yin, yin_vt);
     9EHM_VIRTUAL_TABLE(yang, yang_vt);
    810
    911int main(int argc, char * argv[]) {
Note: See TracChangeset for help on using the changeset viewer.