godot/modules/gdscript/tests/scripts/runtime/errors/modulo_by_zero.gd

func test():
	var integer: int = 1
	integer %= 0