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