Add tests for previous fixes
Add tests for the fixes made in commits76cb1144ef,a465b7f58f,0f522fb32a,82969f045cand673befd2d7.
This commit is contained in:
9
tests/tests2/58_function_redefinition.c
Normal file
9
tests/tests2/58_function_redefinition.c
Normal file
@ -0,0 +1,9 @@
|
||||
int f(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
int f(void)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
Reference in New Issue
Block a user