4 lines
37 B
Plaintext
4 lines
37 B
Plaintext
|
test{
|
||
|
bool x = true;
|
||
|
int y = x;
|
||
|
}
|