define i32 @main() { ret i32 0 }

요렇게 됩니다. ㅎㅎ


int main ()

{

  return 0;

}


이거죠.