fail_start_trace(); int sum = 0; for (int i = 0; i < 100; ++i) { ++sum; } fail_stop_trace();