/* PR c/13382 *//* Origin: Richard Hutchinson <richard.hutchinson@asa.co.uk> *//* Verify that the null initializer is converted to the right pointer type. *//* { dg-do compile } *//* { dg-options "-O" } */structt{intaMember;};structt*constaPointer=0;voidfoo(){intanInt=(aPointer==0)?0:aPointer->aMember;}