blob: ff24798ba9b338a90531456e30de8d66a3397b7a [file]
#![feature(no_core)]
#![no_core]
enum E {
A = {
enum F { }
0
}
}
fn main() {}