2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-11-28 21:34:00 +00:00
rules_cc/examples/test_cc_shared_library/baz.h
Googler cd7e8a690c C++: Tests for cc_binary linking shared libraries
This is guarded behind the --experimental_cc_shared_library flag

PiperOrigin-RevId: 283982821
Change-Id: Ifec330c01d7b480b641f8432ce94175291e79238
2019-12-05 08:49:55 -08:00

7 lines
157 B
C

#ifndef EXAMPLES_TEST_CC_SHARED_LIBRARY_BAZ_H_
#define EXAMPLES_TEST_CC_SHARED_LIBRARY_BAZ_H_
int baz();
#endif // EXAMPLES_TEST_CC_SHARED_LIBRARY_BAZ_H_