mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-12-02 01:15:34 +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
4 lines
77 B
C++
4 lines
77 B
C++
#include "examples/test_cc_shared_library/qux2.h"
|
|
|
|
int qux2() { return 42; }
|