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