2 20080604-1.c from the execute part of the gcc torture tests.
11 struct barstruct
{ char const* some_string
; } x
;
22 struct barstruct
* barptr
;
30 barptr
->some_string
= "Everything OK";
32 barptr
->some_string
= "Everything OK";
36 testTortureExecute (void)
38 x
.some_string
= (void *)0;