The OpenD Programming Language

atomic_int

import core.stdc.stdatomic;
alias atomic_int = shared(int)

Meta