Sorry for such foolish question, but what is the behaviour of circuit below:
LED_ON is 3.3V logic control signal, LED_STATUS is output signal to MCU pin (GPIO).
When LED_ON is logic high and Q1 is open LED1 is ON and LED_STATUS = '0', but what will happen when LED_ON = '0'? Q2 will be closed, LED1 will be OFF, but what will be the state of LED_STATUS signal? Will it be +5V (logic high) or floating and why?

LED_ON is 3.3V logic control signal, LED_STATUS is output signal to MCU pin (GPIO).
When LED_ON is logic high and Q1 is open LED1 is ON and LED_STATUS = '0', but what will happen when LED_ON = '0'? Q2 will be closed, LED1 will be OFF, but what will be the state of LED_STATUS signal? Will it be +5V (logic high) or floating and why?