rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr13889.c

8 lines
132 B
C

/* PR target/13889 */
struct { long long a; } *p;
void initNetFlowFunct(void) {
unsigned int b = (unsigned int)-1;
p->a = b;
}