nooc

nooc programming language compiler
git clone git://git.nihaljere.xyz/nooc
Log | Files | Refs | LICENSE

commit de1489a527c685765dff154f4d018b66d87bd821
parent c7c59e8b4b160b64b813cf6a3ef05a46ff517c2e
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Tue, 14 Dec 2021 17:47:39 -0600

test/assign_int: exit

Diffstat:
Mtest/assign_int.pass.nooc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/assign_int.pass.nooc b/test/assign_int.pass.nooc @@ -1,4 +1,6 @@ let main proc = proc { let i i64 = 10 i = 5 + + syscall(60, 0) }