2 lines
78 B
Text
2 lines
78 B
Text
|
int foo;
|
||
|
int bar = foo; # Warning on line 2 col 10 : unassigned variable 'foo'
|