#include "ipc/ipc.idl" module sct{ interface helloworld : ipc::freeable { string ping(); }; };