blob: 0b6013c261b28ad7625cf0879be209d5fbb1a0c0 [file] [log] [blame]
package main
import "fmt"
func main() {
fmt.Printf("%T %T", 2.0, 2.0<<0)
}