blob: 3a12e08b1da550cc8408eae7170e45c2faface42 [file] [log] [blame]
// +build OMIT
package main
import (
"fmt"
"math"
)
func main() {
fmt.Println(math.pi)
}