aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr13889.c
blob: d14bc9ac54293146fc835014b85844f8ccc12387 (plain)
1
2
3
4
5
6
7
/* PR target/13889 */
struct { long long a; } *p;
void initNetFlowFunct(void) {
  unsigned int b = (unsigned int)-1;
  p->a = b;
}