blob: 206d215ca0861feefc65229457f564cf1a45cfbe [file] [log] [blame]
// +build OMIT
package main
import "fmt"
func main() {
const Huge = 1e1000
// START OMIT
fmt.Println(Huge / 1e999)
// STOP OMIT
}