blob: f9524b7f4db02a59d3ef534fc262c4bebaab7468 [file] [log] [blame]
public class Test {
int i = 0;
int k = -(--i);
}