blob: 49acdcd632b8d2edcded0c8bb0803c803efe91fa [file] [log] [blame]
package hello
//#include <stdlib.h>
import "C"
import "math"
func main() {
_ = math.Max(1, 2)
}