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

View File

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