7 lines
44 B
Plaintext
7 lines
44 B
Plaintext
|
bool f (bool a) {
|
||
|
return a;
|
||
|
}
|
||
|
|
||
|
|
||
|
main {
|
||
|
}
|