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