4 lines
34 B
Plaintext
4 lines
34 B
Plaintext
|
test{
|
||
|
int x = 3;
|
||
|
bool y = x;
|
||
|
}
|