In this code: ``` i32 b; i32 a = b = 3; a + b; ``` The variable "b" is initialized but the warning is fired.
In this code:
The variable "b" is initialized but the warning is fired.