xxxxxxxxxx
pragma(LDC_intrinsic, "llvm.nvvm.vote.ballot")
int __nvvm_vote_ballot(bool);
void foo(bool a) {
__nvvm_vote_ballot(a);
}