blob: a4ece34443d6963f7feeec25afae5893e600a0b6 [file] [log] [blame]
package cgo
/*
extern const int value;
*/
import "C"
var Value = int(C.value)