Zig equivalent of gcc used attribute

Yes

comptime {
    @export(zigDeclarationToExport, .{ .name = "symbol_name", .linkage = .weak });
}
5 Likes