package main /* #include "main.h" */ import "C" import ( "fmt" ) func main() { t := &C.Test{123} fmt.Println(C.test(t)) }