1f08c3bdfSopenharmony_cistatic unsigned short x = __builtin_bswap16(0); 2f08c3bdfSopenharmony_cistatic unsigned int y = __builtin_bswap32(0); 3f08c3bdfSopenharmony_cistatic unsigned long long z = __builtin_bswap64(0); 4f08c3bdfSopenharmony_ci 5f08c3bdfSopenharmony_ci/* 6f08c3bdfSopenharmony_ci * check-name: __builtin_bswap 7f08c3bdfSopenharmony_ci * check-error-start 8f08c3bdfSopenharmony_ci * check-error-end 9f08c3bdfSopenharmony_ci */ 10