blob: 8558f761ee8f5006358ecda43efcad2e764a839d [file] [log] [blame]
struct T1 { //~ ERROR E0072
foo: isize,
foolish: T1
}
fn main() { }