immediate_expr.rsx 48 B

12345
  1. fn it_works() {
  2. rsx! {
  3. {()}
  4. }
  5. }