master
1export fn entry() void {
2    var x = false;
3    _ = @atomicRmw(bool, &x, .Add, true, .seq_cst);
4}
5
6// error
7//
8// :3:31: error: @atomicRmw with bool only allowed with .Xchg