1 2 3 4 5 6 7 8
package foo_cgo // #include <stdint.h> import "C" func Answer() C.uint64_t { return 42 }