2 lines
79 B
Text
2 lines
79 B
Text
int foo;
|
|
int bar = foo; # Warning on line 2 col 10: Unassigned variable "foo".
|
int foo;
|
|
int bar = foo; # Warning on line 2 col 10: Unassigned variable "foo".
|