blob: c7caae67fefa6591fa492b6c328600eedee31427 [file] [log] [blame] [edit]
//@ compile-flags: --test
fn align_offset_weird_strides() {
#[test]
//~^ ERROR the `#[test]` attribute may only be used on a free function
struct A5(u32, u8);
}