(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
sync-op-release.x
int v;

void
sync_lock_release (void)
{
  __sync_lock_release (&v);
}