blob: 3853293a60f3d5637e18f29f3355ebed2a306ef5 [file] [log] [blame]
package test0027;
import java.util.*;
public class Test {
public static void main(String[] args) {
int i = 0;
--i;
}
}