https://issues.dlang.org/show_bug.cgi?id=17909
--- Comment #3 from RazvanN <[email protected]> --- Well, you are specifically trying to call a function that has no body, so I would argue that the linker error is correct behavior since you could potentially provide the implementation of Parent.beep in a different place. The fact that taking the address compiles is weird though. --
