Artifact f8b17161f8a8ce66c3d53a7e4e64b7ff795ef486cb504d7760f2224089107f7f:
- File bootstrap/test.rcs — part of check-in [bc1494a7d4] at 2017-07-05 01:41:48 on branch trunk — var use (user: athaudia size: 89)
fun test(a:int, b:int):int add(a, 1) end fun main():int print(10,20,add(15,15)) end