February 20
https://issues.dlang.org/show_bug.cgi?id=24401

          Issue ID: 24401
           Summary: Linker error: GOT load reloc does not point to a movq
                    instruction
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Mac OS X
            Status: NEW
          Severity: critical
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: ibuclaw@gdcproject.org

Previously occurred in issue 14814 and issue 21047.

Possibly a duplicate of issue 22556

---
int main()
{
    return (() @trusted => 0)();
}

--