 --> [ local path prefix ]/constant/array_index_out_of_bounds.fpp:1:26
  |
1 | constant f = [ 1, 2, 3 ][3]
  |                          ^ index value is not in the range [0, 2]
  |
  = note: expression evaluated to `3`

