Changeset 49c9773 for doc/working/exception/impl/main.c
- Timestamp:
- Jun 1, 2017, 10:58:24 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- acd738aa, d3ed39f
- Parents:
- 6065b3aa (diff), b1d4d60 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/working/exception/impl/main.c
r6065b3aa r49c9773 33 33 //libcfa but there is one problem left, see the exception table 34 34 //for details 35 __attribute__((noinline)) 35 36 void try( void (*try_block)(), void (*catch_block)() ) 36 37 { … … 129 130 raii_t a = { "Main dtor" }; 130 131 131 fo o();132 for (unsigned int i = 0 ; i < 100000000 ; ++i) foo(); 132 133 133 134 printf("End of program reached\n");
Note: See TracChangeset
for help on using the changeset viewer.