>>461
じゃあどうしてこれがコンパイルエラーとなるの?
fn main() {
 if true {
  1
 } else {
  0
 }
 ()
}