mirror of
https://github.com/frida/tinycc
synced 2025-01-08 04:52:00 +03:00
10 lines
61 B
C
10 lines
61 B
C
|
int f(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
int f(void)
|
||
|
{
|
||
|
return 1;
|
||
|
}
|