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