summaryrefslogtreecommitdiff
path: root/tests/vm/print_product.elna
blob: b337428beb7b8b823bead806724bedf006816e8e (plain)
1
2
3
proc main() {
  printi(20 * 50);
}