aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/examples/cgo/cc_dependency/version.h
blob: 025656b359ea970933db6ec82f3c8532efe9253d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef BAZEL_RULES_GO_EXAMPLES_CGO_CC_DEPENDENCY_VERSION_H_
#define BAZEL_RULES_GO_EXAMPLES_CGO_CC_DEPENDENCY_VERSION_H_

#ifdef __cplusplus
extern "C" void PrintCXXVersion();
#else
void PrintCXXVersion();
#endif

#endif  // BAZEL_RULES_GO_EXAMPLES_CGO_CC_DEPENDENCY_VERSION_H_