5 lines
31 B
C
5 lines
31 B
C
|
int foo(void)
|
||
|
{
|
||
|
return 17;
|
||
|
}
|