From 5e7103befdd21198449aa048f6ff3d3f7e49c76b Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Sat, 14 Feb 2026 09:44:08 -0500 Subject: [PATCH] test: add program that just imports stuff --- test/global.kk | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/global.kk diff --git a/test/global.kk b/test/global.kk new file mode 100644 index 0000000..25861a0 --- /dev/null +++ b/test/global.kk @@ -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() + ()