blob: 1592664553de4f8990c8eef4c8c243a59ad42651 [file] [log] [blame]
typedef unsigned __attribute__((bitwise)) A;
static A x;
static __typeof__(x) y;
static A *p = &y;
/*
* check-name: typeof with bitwise types
* check-command: sparse -Wbitwise $file
*/