master hovercats/oakiss / probe / HAVE___BUILTIN_BSWAP16
1unsigned x = 0xff;
2int main(void) {
3	return __builtin_bswap16(x) & 0xff;
4}