mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
8 lines
129 B
Zig
8 lines
129 B
Zig
comptime {
|
|
@export(&internalName, .{ .name = "foo", .linkage = .strong });
|
|
}
|
|
|
|
fn internalName() callconv(.c) void {}
|
|
|
|
// obj
|