godot/modules/gdscript/tests/scripts/runtime/features/call_native_static_method_validated.gd

func test():
	# Validated native static call with return value.
	print(FileAccess.file_exists("some_file"))

	# Validated native static call without return value.
	Node.print_orphan_nodes()