 --> [ local path prefix ]/constant/array_index_negative.fpp:1:26
  |
1 | constant f = [ 1, 2, 3 ][-1]
  |                          ^^ index value may not be negative
  |
  = note: expression evaluated to `-1`

