__bitwise
typedef unsigned int __bitwise __be32;
typedef int __bitwise apple_t;
typedef int __bitwise orange_t;
typedef long long __bitwise bits;
typedef long long __bitwise bits;
int __bitwise o;
if ([int] == [int __bitwise]) return 1;
if ([int *] == [int __bitwise *]) return 1;
typedef int __bitwise type_t;