mirror of
https://github.com/ziglang/zig.git
synced 2024-12-04 10:58:58 +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`. |
||
---|---|---|
.. | ||
a.c | ||
a.h | ||
b.c | ||
b.h | ||
build.zig | ||
main.zig |