test for fixedness of bug #1057835.
(thanks to Raymond for the prod).
diff --git a/Lib/test/test_compiler.py b/Lib/test/test_compiler.py
index e51bc42..9976a47 100644
--- a/Lib/test/test_compiler.py
+++ b/Lib/test/test_compiler.py
@@ -90,6 +90,8 @@
 finally:
     b = 0
 
+from math import *
+
 ###############################################################################
 
 def test_main():