blob: 168fcc00f0516a2d5c0f98ed8301f9dcfe2d5193 [file] [log] [blame]
func foo() {
_ = 1234567
_ = 1_234_567.123_45
_ = +1234567
_ = -1234567
}