t146.py 52 B

1234
  1. class X: pass
  2. def test(): y = X()
  3. test()
  4. print "OK"