zig/test/standalone/link_interdependent_static_c_libs
Jakub Konka 65e4725aba Add standalone test for interdep C archives
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`.
2021-04-13 13:32:59 +02:00
..
a.c Add standalone test for interdep C archives 2021-04-13 13:32:59 +02:00
a.h Add standalone test for interdep C archives 2021-04-13 13:32:59 +02:00
b.c Add standalone test for interdep C archives 2021-04-13 13:32:59 +02:00
b.h Add standalone test for interdep C archives 2021-04-13 13:32:59 +02:00
build.zig Add standalone test for interdep C archives 2021-04-13 13:32:59 +02:00
main.zig Add standalone test for interdep C archives 2021-04-13 13:32:59 +02:00