godot/modules/gdscript/tests/scripts/parser/errors/mistaken_decrement_operator.gd

func test():
	var a = 0
	print(a--)