function test(arg1: string,
              arg2: number,
              arg3: Object) {
  body();
  body2();
}