1// IDL file bug.idl
2module bug {
3    typedef string myString;
4};
5