Changeset 676cc8c for doc/working/exception/impl/main.c
- Timestamp:
- Jun 1, 2017, 4:26:57 PM (6 years ago)
- Branches:
- aaron-thesis, arm-eh, 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:
- 28c9ff3, 9c1600c, aff3af4
- Parents:
- 134322e (diff), 4a58895 (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
r134322e r676cc8c 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.