[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / clrsb.c
blobac8d2e0510624dc23ac9b3c5204bd3b61b10274d
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 unsigned int functest (unsigned int x)
6 return __builtin_clrsb (x);
9 /* { dg-final { scan-assembler "cls\tw" } } */