class TestBad { public static void main(String [] args) { x = 3; // undeclared variable } }