blob: 1bbe881872cb31d78136cbc718e153b856fec6df [file] [log] [blame]
// ignore-musl
// ignore-x86
// error-pattern: cycle detected
struct Foo {
bytes: [u8; std::mem::size_of::<Foo>()]
}
fn main() {}