April 28, 2005
At least one of the expression statements should fail.

<code>
void main(){
  int* y;
  *(new int*) * *y;
  (*(new int)) * *y;
}
</code>

-manfred