unionu{inti;floatf;};staticintfoo(void){unionuu={.f=0.123};returnu.i;}/* * check-name: constant-union-float-to-int * check description: must not infer the int value from the float * check-command: test-linearize -fdump-ir $file * * check-output-ignore * check-output-pattern(1): setfval\\. * check-output-pattern(1): load\\. */