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