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 cb5163e1d9
commit 3df9c57482
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 }