// Created by cgo - DO NOT EDIT package cover import "fmt" func Cover() { GoCover_0.Count[0] = 1 if 0 != 0 { GoCover_0.Count[2] = 1 fmt.Println("You can’t cover me!") } GoCover_0.Count[1] = 1 if _Cfunc_check(_Ctype_int(0)) != 0 { GoCover_0.Count[3] = 1 fmt.Println("You can’t cover me!") } } var GoCover_0 = struct { Count [4]uint32 Pos [3 * 4]uint32 NumStmt [4]uint16 } { Pos: [3 * 4]uint32{ 8, 9, 0xc000e, // [0] 13, 13, 0x260002, // [1] 9, 11, 0x3000c, // [2] 13, 15, 0x30026, // [3] }, NumStmt: [4]uint16{ 1, // 0 1, // 1 1, // 2 1, // 3 }, }