1 use paste::paste;
2 
3 paste! {
4     fn [<:lower x>]() {}
5 }
6 
main()7 fn main() {}
8