mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-12-27 17:40:50 +00: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;
|
|
}
|