]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/command_script/import/rdar-12586188/fail12586188.py
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / command_script / import / rdar-12586188 / fail12586188.py
1 def f(x):
2     return x + 1
3
4 raise ImportError("I do not want to be imported")