summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/runtime/errors/modulo_by_zero.gd
blob: 99792e4e326d5e3c1f4f189ffcb13e95b9f5d589 (plain)
1
2
3
func test():
	var integer: int = 1
	integer %= 0