1 2 3 4 5 6 7
const c = @cImport(@cInclude("foo.h")); const std = @import("std"); const testing = std.testing; test "c import" { try comptime testing.expect(c.NUMBER == 1234); }