- File:
-
- 1 edited
-
doc/working/exception/impl/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/working/exception/impl/main.c
r4a58895 r88e0080 33 33 //libcfa but there is one problem left, see the exception table 34 34 //for details 35 __attribute__((noinline))36 35 void try( void (*try_block)(), void (*catch_block)() ) 37 36 { … … 130 129 raii_t a = { "Main dtor" }; 131 130 132 fo r (unsigned int i = 0 ; i < 100000000 ; ++i) foo();131 foo(); 133 132 134 133 printf("End of program reached\n");
Note:
See TracChangeset
for help on using the changeset viewer.