 --> [ local path prefix ]/state_machine/types/array_alias_format_not_numeric.fpp:7:27
  |
7 |   array A = [3] T format "{.3f}"
  |                           ^^^^^ Fixed format replacement cannot be used for type `T`
  |
 ::: [ local path prefix ]/state_machine/types/array_alias_format_not_numeric.fpp:7:17
  |
7 |   array A = [3] T format "{.3f}"
  |                 - type defined here

 --> [ local path prefix ]/state_machine/types/array_alias_format_not_numeric.fpp:4:15
  |
4 | state machine SM {
  |               ^^ state machine must have initial transition

