Fix malformed program crasher
This commit is contained in:
5
tests_errors/func-param-redeclare.ispc
Normal file
5
tests_errors/func-param-redeclare.ispc
Normal file
@@ -0,0 +1,5 @@
|
||||
// Ignoring redeclaration of symbol "a"
|
||||
|
||||
int foo(int a[], int a) {
|
||||
return a[i];
|
||||
}
|
||||
Reference in New Issue
Block a user