4 lines
104 B
Text
4 lines
104 B
Text
void main () {
|
|
int foo;
|
|
int bar = foo; # Warning on line 3 col 14: Unassigned variable "foo".
|
|
}
|