summaryrefslogtreecommitdiff
path: root/tests/vm/add_products.elna
blob: a5c116fd13ef38e0249ba348daa28b610403676d (plain)
1
2
3
proc main() {
  printi(2 * 3 + 4 * 8);
}