mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-28 21:34:00 +00:00
be6ea43fc8
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
7 lines
161 B
C
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_
|