blob: c434b3c61f9c570342294716dd1f92321262ebc2 [file] [log] [blame]
package test0020;
import java.util.*;
public class Test {
public static void main(String[] args) {
int i = 0;
i &= 2;
}
}