https://issues.dlang.org/show_bug.cgi?id=19467
--- Comment #3 from Walter Bright <[email protected]> --- Corrected link: https://github.com/dlang/dmd/blob/master/druntime/src/core/sys/darwin/sys/event.d#L49 which points to: extern(D) void EV_SET64(kevent64_s* kevp, typeof(kevent64_s.tupleof) args) { *kevp = kevent64_s(args); } It doesn't work with betterC because it requires linking with the druntime library. --
