module test {
  interface i {
    void f();
  };
};
