mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +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;
|
|
}
|