2 /* Origin: Richard Hutchinson <richard.hutchinson@asa.co.uk> */
4 /* Verify that the null initializer is converted to the right
7 /* { dg-do compile } */
8 /* { dg-options "-O" } */
15 struct t
*const aPointer
= 0;
19 int anInt
= (aPointer
== 0) ? 0 : aPointer
->aMember
;