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