blob: de393eb0c3d239f9accc9463dfeeef8248b81f4e [file] [log] [blame]
//go:build nobuild || OMIT
package main
import (
"fmt"
"math"
)
func main() {
fmt.Println(math.pi)
}