5 lines
33 B
C
5 lines
33 B
C
|
int qux(void)
|
||
|
{
|
||
|
return 1234;
|
||
|
}
|