6f557c3c47c0c43b3385887f144ac8b8dec10f91
[mate.git] / Test.java
1 public class Test {
2     private static int foo;
3     private static int bar;
4
5     public static void main(String [] args) {
6       foo = 0x42;
7       bar = 2 * foo;
8     }
9 }