www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [pointer] parenthesing changes type

At least one of the expression statements should fail.

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

-manfred
Apr 28 2005