Keep -vet happy

This commit is contained in:
gingerBill
2022-02-18 16:13:52 +00:00
parent 5f8137025d
commit 4c62a32b04
+3 -2
View File
@@ -1,8 +1,9 @@
package objc_Foundation
import "core:c"
when ODIN_OS == .Darwin {
import "core:c"
_ :: c
#assert(size_of(c.long) == size_of(int))
#assert(size_of(c.ulong) == size_of(uint))
}