1*11be35a1SLionel Sambuc /* Flag information-losing constant conversion in argument lists */ 2*11be35a1SLionel Sambuc 3*11be35a1SLionel Sambuc int f(unsigned int); 4*11be35a1SLionel Sambuc 5*11be35a1SLionel Sambuc void should_fail()6*11be35a1SLionel Sambucshould_fail() 7*11be35a1SLionel Sambuc { 8*11be35a1SLionel Sambuc f(2.1); 9*11be35a1SLionel Sambuc } 10