blob: d14bc9ac54293146fc835014b85844f8ccc12387 [file] [log] [blame]
/* PR target/13889 */
struct { long long a; } *p;
void initNetFlowFunct(void) {
unsigned int b = (unsigned int)-1;
p->a = b;
}