 --> [ local path prefix ]/numeric_shift/shift_negative_amount_error.fpp:1:19
  |
1 | constant a = 2 << -1
  |                   ^^ invalid shift amount
  |
  = note: shift amount must be a non-negative value that must be in the range [0,255]

