blob: 6a4a9072e4198daeb7aa91c0ea39a0e129016331 [file] [log] [blame]
static unsigned short x = __builtin_bswap16(0);
static unsigned int y = __builtin_bswap32(0);
static unsigned long long z = __builtin_bswap64(0);
/*
* check-name: __builtin_bswap
* check-error-start
* check-error-end
*/