mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-03 04:30:08 +08:00
80811671d4
Add tests for the fixes made in commits76cb1144ef
,a465b7f58f
,0f522fb32a
,82969f045c
and673befd2d7
.
10 lines
61 B
C
10 lines
61 B
C
int f(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int f(void)
|
|
{
|
|
return 1;
|
|
}
|