srctree
repos
owner
network
issues
0
diffs
0
Public
Jakub Konka
parent
a8b9f0cf
b1ffc2b8
test/link/elf: patch up relocatable test
inline
split
test/link/elf.zig
added: 2, removed: 1, total 1
@@ -705,6 +705,7 @@ fn testEmitRelocatable(b: *Build, opts: Options) *Step {
\\ std.debug.print("foo={d}\n", .{foo()});
\\}
});
a_o.linkLibC();
const b_o = addObject(b, opts, .{ .name = "b", .c_source_bytes =
\\#include <stdio.h>