Searched refs:executed_condition (Results 1 – 1 of 1) sorted by relevance
17 bool executed_condition = false; variable18 bool f() { executed_condition = true; return false; } in f()22 assert(!executed_condition); // really make sure we did not execute anything at all in main()