// +build OMIT

package main

import "fmt"

func main() {
	const Huge = 1e1000
	// START OMIT
	fmt.Println(Huge)
	// STOP OMIT
}