blob: dbd861ea17fdc03b15b233a8cd8fbb0842cf02bf [file] [log] [blame]
static void ko(int x)
{
__assert((~x) == (~0 + x));
}
/*
* check-name: scheck-ko
* check-command: scheck $file
* check-known-to-fail
*/