1 2 3 4 5 6
const assert = @import("std").debug.assert; pub const foo = @import("foo"); comptime { assert(foo == @This()); }