Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/exceptions/data-except.cfa

    rd00d581 recfd758  
    11// Test exceptions that add data but no functionality.
    22
    3 exception paired {
     3#include <exception.hfa>
     4
     5EHM_EXCEPTION(paired)(
    46        int first;
    57        int second;
    6 };
     8);
    79
    8 vtable(paired) paired_vt;
     10EHM_VIRTUAL_TABLE(paired, paired_vt);
    911
    1012const char * virtual_msg(paired * this) {
Note: See TracChangeset for help on using the changeset viewer.