summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/analyzer/features/gdscript_to_preload.notest.gd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer/features/gdscript_to_preload.notest.gd')
-rw-r--r--modules/gdscript/tests/scripts/analyzer/features/gdscript_to_preload.notest.gd4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/analyzer/features/gdscript_to_preload.notest.gd b/modules/gdscript/tests/scripts/analyzer/features/gdscript_to_preload.notest.gd
new file mode 100644
index 0000000000..c3fc176679
--- /dev/null
+++ b/modules/gdscript/tests/scripts/analyzer/features/gdscript_to_preload.notest.gd
@@ -0,0 +1,4 @@
+const A := 42
+
+func something():
+ return "OK"