tests: no main fn

pull/2330/head
Alexander Medvednikov 2019-10-13 17:50:55 +03:00
parent 5dfdd87707
commit b1806b57d8
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
a := 1
println(a)
===output===
1