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

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

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

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