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