5
tests_errors/new-delete-5.ispc
Normal file
5
tests_errors/new-delete-5.ispc
Normal file
@@ -0,0 +1,5 @@
|
||||
// Illegal to provide "varying" allocation count with "uniform new" expression
|
||||
|
||||
int * func(int x) {
|
||||
return uniform new int[x];
|
||||
}
|
||||
Reference in New Issue
Block a user