mirror of
https://github.com/ziglang/zig.git
synced 2024-12-04 02:48:50 +00:00
65e4725aba
Tests a scenario where the linker line has the following: ``` main.o libA.a libB.a ``` where `main.o` pulls a symbol from `libB.a`, which in turn is dependent on a symbol from `libA.a`. |
||
---|---|---|
.. | ||
brace_expansion | ||
cat | ||
empty_env | ||
global_linkage | ||
guess_number | ||
hello_world | ||
issue_339 | ||
issue_794 | ||
issue_5825 | ||
issue_7030 | ||
link_interdependent_static_c_libs | ||
load_dynamic_library | ||
main_pkg_path | ||
main_return_error | ||
mix_o_files | ||
pkg_import | ||
shared_library | ||
static_c_lib | ||
use_alias |