summaryrefslogtreecommitdiff
path: root/probe/HAVE___BUILTIN_BSWAP16
blob: 7afd2481898524c487abc963d508f65b93faa905 (plain)
1
2
3
4
unsigned x = 0xff;
int main(void) {
	return __builtin_bswap16(x) & 0xff;
}