import junit.framework.TestCase; public class T extends TestCase { public void test() { int i = 9; } }