mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +00:00
8 lines
128 B
Zig
8 lines
128 B
Zig
comptime {
|
|
@export(internalName, .{ .name = "foo", .linkage = .strong });
|
|
}
|
|
|
|
fn internalName() callconv(.C) void {}
|
|
|
|
// obj
|