[Issue 19699] [2.085.0-beta.2] Obj-C segfault - in objc_glue.getClassName
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 25 16:16:25 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=19699
--- Comment #1 from Adam D. Ruppe <destructionator at gmail.com> ---
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.
--
More information about the Digitalmars-d-bugs
mailing list