[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / sync-op-acquire.x
blob4c4548c7399bb85ea749cebe2b94810432a70a46
1 int v;
3 int
4 sync_lock_test_and_set (int a)
6   return __sync_lock_test_and_set (&v, a);