From e2d0072536bd01ea362e903238f487ba39efa411 Mon Sep 17 00:00:00 2001 From: Kai Gunger Date: Thu, 9 Apr 2026 02:26:07 -0400 Subject: [tnslc] add initial var mov tests --- tnslc/compile/compile.tnsl | 1 + 1 file changed, 1 insertion(+) (limited to 'tnslc/compile/compile.tnsl') diff --git a/tnslc/compile/compile.tnsl b/tnslc/compile/compile.tnsl index fbb9670..709dbce 100644 --- a/tnslc/compile/compile.tnsl +++ b/tnslc/compile/compile.tnsl @@ -4,6 +4,7 @@ :import "var.tnsl" :import "function.tnsl" :import "module.tnsl" + :import "tests_var.tnsl" :import "codegen.tnsl" :import "scope.tnsl" ;/ -- cgit v1.2.3