#pragma STDC FENV_ROUND ON // expected-warning {{invalid or unsupported rounding mode}}
floatfunc_01(intx,floaty){
if(x)
returny+2;
#pragma STDC FENV_ROUND FE_DOWNWARD // expected-error{{'#pragma STDC FENV_ROUND' can only appear at file scope or at the start of a compound statement}}
// expected-warning@-1{{pragma STDC FENV_ROUND is not supported}}