github.com/0xKiwi/rules_go@v0.24.3/tests/legacy/examples/cgo/cc_dependency/version.h (about)

     1  #ifndef BAZEL_RULES_GO_EXAMPLES_CGO_CC_DEPENDENCY_VERSION_H_
     2  #define BAZEL_RULES_GO_EXAMPLES_CGO_CC_DEPENDENCY_VERSION_H_
     3  
     4  #ifdef __cplusplus
     5  extern "C" void PrintCXXVersion();
     6  #else
     7  void PrintCXXVersion();
     8  #endif
     9  
    10  #endif  // BAZEL_RULES_GO_EXAMPLES_CGO_CC_DEPENDENCY_VERSION_H_