github.com/0xKiwi/rules_go@v0.24.3/tests/legacy/empty_package/cgo.go (about)

     1  package cgo
     2  
     3  /*
     4  extern const int value;
     5  */
     6  import "C"
     7  
     8  var Value = int(C.value)