Home
last modified time | relevance | path

Searched refs:executed_condition (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/libcxx/assertions/
H A Dassertions_disabled.pass.cpp17 bool executed_condition = false; variable
18 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()