test: add program that just imports stuff

This commit is contained in:
2026-02-14 09:44:08 -05:00
parent 0723fe0c6a
commit 5e7103befd

11
test/global.kk Normal file
View File

@@ -0,0 +1,11 @@
module test/global
import horse/global/character
import horse/global/race
import horse/global/saddle
import horse/global/scenario
import horse/global/skill
import horse/global/spark
pub fun main()
()