pkg/macos: start core foundation bindings

This commit is contained in:
Mitchell Hashimoto
2022-09-30 14:03:37 -07:00
parent a3d9dad726
commit ab4491a45d
6 changed files with 92 additions and 0 deletions

5
pkg/macos/main.zig Normal file
View File

@@ -0,0 +1,5 @@
pub const foundation = @import("foundation.zig");
test {
@import("std").testing.refAllDecls(@This());
}