about summary refs log tree commit diff stats
path: root/js/scripting-lang/c/test_arithmetic.txt
blob: 19d3ec70b59409b5ab6146964c3cf886009ed8a8 (plain) (blame)
1
2
test : n -> n - 1;
test : n -> n - 1; result : test 5;