Home
last modified time | relevance | path

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

/art/test/090-loop-formation/src/
DMain.java23 static int counter1; field in Main
33 counter1++; in main()
50 System.out.println("counter1 is " + counter1); in main()
/art/test/090-loop-formation/
Dexpected.txt1 counter1 is 0