summaryrefslogtreecommitdiff
path: root/test/add.post.js
blob: a5ceeda53e2f0692e52b18c747d301f255336122 (plain)
1
2
3
4
5
6

Module.print(Module._add(1, 1));
Module.print(Module._add(5, 6));
Module.print(Module._add(6, 5));
Module.print(Module._add(-12, 101));