[source,csharp,diff-id=1,diff-type=compliant] ---- for (int i = 0; i < 10; i++) // Compliant: the condition is true at least once, the loop will execute { // ... } ----