aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/builtin_bswap.c
blob: 6a4a9072e4198daeb7aa91c0ea39a0e129016331 (plain)
1
2
3
4
5
6
7
8
9
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
 */