mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 23:54:16 +08:00
Add tests for the fixes made in commits76cb1144ef,a465b7f58f,0f522fb32a,82969f045cand673befd2d7.
10 lines
61 B
C
10 lines
61 B
C
int f(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
int f(void)
|
|
{
|
|
return 1;
|
|
}
|