param_key: fix container of when no struct member is referenced
[smatch.git] / validation / foul-scalar.c
blob8e053b96edbd41c598546d34641a51f6a500d2db
1 #define __bitwise __attribute__((bitwise))
3 typedef unsigned short __bitwise __be16;
5 static void foo(__be16 x)
7 if (~x)
12 * check-name: foul-scalar