xref: /llvm-project/lldb/test/API/commands/command/script/import/rdar-12586188/fail12586188.py (revision 2238dcc39358353cac21df75c3c3286ab20b8f53)
1def f(x):
2    return x + 1
3
4
5raise ImportError("I do not want to be imported")
6