mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: no main fn
This commit is contained in:
parent
5dfdd87707
commit
b1806b57d8
4
vlib/compiler/tests/repl/nomain.repl
Normal file
4
vlib/compiler/tests/repl/nomain.repl
Normal file
@ -0,0 +1,4 @@
|
||||
a := 1
|
||||
println(a)
|
||||
===output===
|
||||
1
|
Loading…
Reference in New Issue
Block a user