#pragma prefix hello_world "{c1d3ccdf-6470-4866-964f-a75e28539536}" module hello_world { interface iGreeting { void greet(in string who); }; };