mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
delete failing test case
Matthew can revert this commit when he's ready to tackle the assertion failure
This commit is contained in:
parent
cbbb67c5df
commit
7ffe068a79
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user