- File:
-
- 1 edited
-
tests/linking/exception-withthreads.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/linking/exception-withthreads.cfa
recfd758 r5715d43 18 18 #include "../exceptions/with-threads.hfa" 19 19 20 EHM_EXCEPTION(ping)(); 21 EHM_VIRTUAL_TABLE(ping, ping_vt); 20 TRIVIAL_EXCEPTION(ping); 22 21 23 22 int main(void) { 24 23 try { 25 throwResume (ping){ &ping_vt};24 throwResume (ping){}; 26 25 } catchResume (ping *) { 27 26 printf("%s threads\n", threading_enabled() ? "with" : "no");
Note:
See TracChangeset
for help on using the changeset viewer.