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