Sign in
qemu
/
edk2
/
324a4c9d7d512f3bf78fe782803d3a8a09c69f73
/
.
/
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'
)