https://issues.dlang.org/show_bug.cgi?id=19699
--- Comment #1 from Adam D. Ruppe <[email protected]> --- Here it is: --- extern(Objective-C) class Test { void foo() {} } --- With the second beta, simple `dmd test.d` will trigger the segfault. It seems to not like the function with a body. --
