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