  --> [ local path prefix ]/state_machine/initial_transitions/state_choice_bad_parent_if.fpp:9:5
   |
 9 |     initial enter C1
   |     ^^^^^^^^^^^^^^^^ initial transition of state must go to state or choice defined in the same state
   |
  ::: [ local path prefix ]/state_machine/initial_transitions/state_choice_bad_parent_if.fpp:10:5
   |
10 |     choice C1 { if g enter C2 else enter T }
   |     ---------------------------------------- transition path goes here
   |
  ::: [ local path prefix ]/state_machine/initial_transitions/state_choice_bad_parent_if.fpp:11:5
   |
11 |     choice C2 { if g enter T.U else enter T }
   |     ----------------------------------------- transition path goes here
   |
  ::: [ local path prefix ]/state_machine/initial_transitions/state_choice_bad_parent_if.fpp:7:7
   |
 7 |       state U
   |       ------- transition path goes here

