Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/linking/exception-nothreads.cfa

    recfd758 rc715e5f  
    1515
    1616#include <stdlib.hfa>
    17 #include <exception.hfa>
    1817
    19 EHM_EXCEPTION(ping)();
    20 EHM_VIRTUAL_TABLE(ping, ping_vt);
     18exception ping {};
     19vtable(ping) ping_vt;
    2120
    2221int main(void) {
Note: See TracChangeset for help on using the changeset viewer.