summaryrefslogtreecommitdiff
path: root/examples/arithmetics.pipa
blob: f2449b8f193f5b1c6f1c68d5b8fc6784abaa1e66 (plain)
1
2
3
fn main(): i32 {
  return ((2 + 1) * (5 - 3) + 7) * 2 / 2;
}