Ignore:
File:
1 edited

Legend:

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

    rc715e5f recfd758  
    1515
    1616#include <stdlib.hfa>
     17#include <exception.hfa>
    1718#include "../exceptions/with-threads.hfa"
    1819
    19 exception ping {};
    20 vtable(ping) ping_vt;
     20EHM_EXCEPTION(ping)();
     21EHM_VIRTUAL_TABLE(ping, ping_vt);
    2122
    2223int main(void) {
Note: See TracChangeset for help on using the changeset viewer.