https://issues.dlang.org/show_bug.cgi?id=20131

--- Comment #1 from Walter Bright <[email protected]> ---
Minimal test case:

  bool test() {
    asm {
        naked;
        cmpxchg [RDX], DIL;
    }
  }

--

Reply via email to