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/qux2.h
Googler be6ea43fc8 Allows libraries to be linked more than once.
Libraries are tagged with LINKABLE_MORE_THAN_ONCE can be linked into more than
one shared library and not give an error.

RELNOTES:none
PiperOrigin-RevId: 297352891
Change-Id: Id32b5c341bfd9d5906d67216773e82b0d8b63faf
2020-02-26 07:07:44 -08:00

7 lines
161 B
C

#ifndef EXAMPLES_TEST_CC_SHARED_LIBRARY_QUX2_H_
#define EXAMPLES_TEST_CC_SHARED_LIBRARY_QUX2_H_
int qux2();
#endif // EXAMPLES_TEST_CC_SHARED_LIBRARY_QUX2_H_