1 #[derive(inline)] //~ ERROR expected derive macro, found built-in attribute `inline`
2 struct S;
3 
main()4 fn main() {}
5