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