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