[Issue 21932] importC: enum 'ENUM' conflicts with enum 'ENUM'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 21 16:21:58 UTC 2021


https://issues.dlang.org/show_bug.cgi?id=21932

--- Comment #4 from Iain Buclaw <ibuclaw at gdcproject.org> ---
The struct test case has been fixed with the introduction of TypeTag.

The enum test case still fails, however.

---
enum ENUM { ENUM_a };
enum ENUM myenum;  // Error

--


More information about the Digitalmars-d-bugs mailing list