ko(int x)1 static void ko(int x) 2 { 3 __assert((~x) == (~0 + x)); 4 } 5 6 /* 7 * check-name: scheck-ko 8 * check-command: scheck $file 9 * check-known-to-fail 10 */ 11