From b1806b57d8770256652003f54b5276daea34b88f Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 13 Oct 2019 17:50:55 +0300 Subject: [PATCH] tests: no main fn --- vlib/compiler/tests/repl/nomain.repl | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vlib/compiler/tests/repl/nomain.repl diff --git a/vlib/compiler/tests/repl/nomain.repl b/vlib/compiler/tests/repl/nomain.repl new file mode 100644 index 0000000000..26571b7e79 --- /dev/null +++ b/vlib/compiler/tests/repl/nomain.repl @@ -0,0 +1,4 @@ +a := 1 +println(a) +===output=== +1