https://issues.dlang.org/show_bug.cgi?id=20131 --- Comment #1 from Walter Bright <bugzilla at digitalmars.com> --- Minimal test case: bool test() { asm { naked; cmpxchg [RDX], DIL; } } --