8 lines
73 B
Plaintext
8 lines
73 B
Plaintext
|
test{
|
||
|
int x = 4;
|
||
|
if x{
|
||
|
int x = 3;
|
||
|
} else {
|
||
|
int x = 3;
|
||
|
}
|
||
|
}
|