blob: 8e053b96edbd41c598546d34641a51f6a500d2db [file] [log] [blame]
#define __bitwise __attribute__((bitwise))
typedef unsigned short __bitwise __be16;
static void foo(__be16 x)
{
if (~x)
;
}
/*
* check-name: foul-scalar
*/