5
tests_errors/export-multiple-name.ispc
Normal file
5
tests_errors/export-multiple-name.ispc
Normal file
@@ -0,0 +1,5 @@
|
||||
// Illegal to have "export" function with same name as previously declared function
|
||||
|
||||
export void foo() { }
|
||||
|
||||
export void foo(uniform int x) { }
|
||||
Reference in New Issue
Block a user