// Illegal to delete non-pointer type void func(int a) { delete a; }