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