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