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