summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/analyzer/features/gdscript_to_preload.notest.gd
blob: c3fc176679876a8f4024d790c5497b2ff2fd21cc (plain)
1
2
3
4
const A := 42

func something():
	return "OK"