# Tests operator dispatching operator `+`(a: int): int { return a; } +1; # Works: defined for int64 # +1'i32; # Will not work