blob: ae29385a2e41e4f9fa0fc4c31bc3827e22f9c1ec [file] [log] [blame]
package test0073;
import java.util.*;
public class Test {
public static void main(String[] args) {
int i = 2;
int n = ~i;
}
}