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

     1  package skip_go_library
     2  
     3  /*
     4  #include <stdio.h>
     5  */
     6  import "C"
     7  
     8  var _ = Type{}