5 lines
29 B
C
5 lines
29 B
C
|
int foo()
|
||
|
{
|
||
|
return 0x42;
|
||
|
}
|