Sign in
qemu
/
edk2
/
e9f4a2a934b1d6a0b9a0747f6858c005126d5ae9
/
.
/
AppPkg
/
Applications
/
Python
/
Python-2.7.2
/
Lib
/
test
/
crashers
/
compiler_recursion.py
blob: 7f00150c9fb187d07c21a43165e5cba4e6f6d4f9 [
file
]
"""
The compiler (>= 2.5) recurses happily.
"""
compile
(
'()'
*
9
**
5
,
'?'
,
'exec'
)