Skip to main content
summaryrefslogtreecommitdiffstats
blob: 27c01e271ae0d1c0bec232cb784ad21214a03e2b (plain) (blame)
1
2
3
4
class Example {
    void foo() {for ( int i = 0,j = 100; i < 10; i++, j-- ) {}
    }
}

Back to the top