summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/command_script/import/thepackage/TPunitB.py
blob: 52db603e5123572d1c1b40db0072de45c2ff9985 (plain)
1
2
3
def command(debugger, command, result, internal_dict):
	result.PutCString(u"hello world B")
	return None
OpenPOWER on IntegriCloud