1static int foo(void) 2{ 3 int i = 123; 4 float x = ~i; 5 return (x < 0); 6} 7 8/* 9 * check-name: eval-bool-zext-neg 10 * check-command: test-linearize -Wno-decl $file 11 * 12 * check-output-ignore 13 * check-output-returns: 1 14 */ 15