mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
tests: no main fn
This commit is contained in:
parent
5dfdd87707
commit
b1806b57d8
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue