1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-30 17:13:15 +00:00
janet/test/install/testexec.janet
Calvin Rose f0e04e734c Test for regressions in #249
Use two separate natives in compiled executable.
2020-01-12 10:45:59 -06:00

7 lines
121 B
Plaintext

(use build/testmod)
(use build/testmod2)
(defn main [&]
(print "Hello from executable!")
(print (+ (get5) (get6))))