blob: 49b6d42a1297d3f09d646411d0d43ddef6e4cc51 [file]
fn main() {
let f; //~ ERROR cyclic type of infinite size
f = @f;
}