1 2 3 4 5 6 7
comptime { @export(&internalName, .{ .name = "foo", .linkage = .strong }); } fn internalName() callconv(.c) void {} // obj