Fix naming issue (this is really a compiler bug)

This commit is contained in:
Danila Fedorin 2019-12-05 19:36:47 -08:00
parent bc5b8507cb
commit b5694b92bc
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
defn main = { sum 320 6 }
defn sum x y = { x + y }