1/* PR target/13889 */
2struct { long long a; } *p;
3void initNetFlowFunct(void) {
4  unsigned int b = (unsigned int)-1;
5  p->a = b;
6}
7
8