blob: 551321619ddd0a4ce5ff1cc8f9c1cac4ab5123ee [file]
struct A<T>(std::sync::OnceLock<Self>);
//~^ ERROR recursive type `A` has infinite size
static B: A<()> = todo!();
fn main() {}