``` #[repr] struct Foo(u16); fn main() {} ``` This compiles without any error, including one about the attribute not being used, even though there should be such a warning.