error: `catch` requires a failable expression; operand has type 's32'
  --> /Users/agra/projects/sx/examples/227-catch-rejections.sx:11:5
   |
11 |     plain() catch e { return 1; };   // error: operand has type s32 (not failable)
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
