delete failing test case

Matthew can revert this commit when he's ready to tackle the assertion
failure
This commit is contained in:
Andrew Kelley 2025-09-10 00:16:23 -07:00
parent cbbb67c5df
commit 7ffe068a79

View File

@ -1,15 +0,0 @@
pub const Foo = enum(c_int) {
A = Foo.B,
C = D,
pub const B = 0;
};
export fn entry() void {
const s: Foo = Foo.E;
_ = s;
}
const D = 1;
// error
//
// :1:5: error: dependency loop detected