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