// Code generated by cmd/cgo; DO NOT EDIT.

//line /tmp/TestPointerChecks3981455612/src/ptrtest/cgo2.go:1:1
package main

/*
extern unsigned char *GoFn21();
#include <stdlib.h>
		    extern unsigned char *GoFn22();
extern void f25();
*/
import _ "unsafe"

import "strings"
//export GoFn21
		          func GoFn21() *byte { return new(byte) }
func export1() {
( /*line :15:1*/_Cfunc_GoFn21 /*line :15:8*/)()
}
//export GoFn22
		          func GoFn22() *byte { return (*byte)(( /*line :18:50*/_Cfunc__CMalloc /*line :18:57*/)(1)) }
func exportok() {
( /*line :20:1*/_Cfunc_GoFn22 /*line :20:8*/)()
}
//export GoStr25
		          func GoStr25() string { return strings.Repeat("a", 2) }
func retstring() {
( /*line :25:1*/_Cfunc_f25 /*line :25:5*/)()
}
