5
tests_errors/new-delete-1.ispc
Normal file
5
tests_errors/new-delete-1.ispc
Normal file
@@ -0,0 +1,5 @@
|
||||
// Illegal to delete non-pointer type
|
||||
|
||||
void func(int a) {
|
||||
delete a;
|
||||
}
|
||||
Reference in New Issue
Block a user