| author | |
| committer | |
| log | b1ffc2b8b353f64362c27df2ecc44436db234a29 |
| tree | f8884a233b75a1ea573e1f5466523b3e81e55523 |
| parent | a8b9f0cf2268e0be9551a7d14f76e5e4f1b79527 |
1 files changed, 1 insertions(+), 0 deletions(-)
test/link/elf.zig+1| ... | ... | @@ -705,6 +705,7 @@ fn testEmitRelocatable(b: *Build, opts: Options) *Step { |
| 705 | 705 | \\ std.debug.print("foo={d}\n", .{foo()}); |
| 706 | 706 | \\} |
| 707 | 707 | }); |
| 708 | a_o.linkLibC(); | |
| 708 | 709 | |
| 709 | 710 | const b_o = addObject(b, opts, .{ .name = "b", .c_source_bytes = |
| 710 | 711 | \\#include <stdio.h> |