Enrico Granata b7d6e2a4e0 Test case added for importing packages
llvm-svn: 181472
2013-05-08 21:26:37 +00:00

4 lines
105 B
Python

def command(debugger, command, result, internal_dict):
result.PutCString(u"hello world A")
return None