void test_7676608(void) { float q = 0.7f; char c = 5; f7676608(c *= q); // expected-warning {{conversion}} }
void test_7676608(void) { float q = 0.7f; char c = 5; f7676608(c *= q); }