import org.junit.*; public class T { @Test public void test() { int i = 9; } }