 --> [ local path prefix ]/array/default_error.fpp:2:25
  |
2 | array B = [3] A default [ 1, 2 ]
  |                         ^^^^^^^^ cannot convert value to array type due to mismatched sizes
  |
  = note: value size `0`
  |
 ::: [ local path prefix ]/array/default_error.fpp:2:12
  |
2 | array B = [3] A default [ 1, 2 ]
  |            - array size `3`

