1 #[rustversion::any(not)] 2 struct S; 3 4 #[rustversion::any(not, not)] 5 struct S; 6 main()7 fn main() {} 8