[Issue 22062] importC: Error: redeclaration of 'TYPE'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 22 10:08:14 UTC 2021


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

--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject.org> ---
This is also similar to issue 22061, but swapping the order or declarations.
---
typedef union pthread_attr_t pthread_attr_t;
union pthread_attr_t 
{ 
  char __size[56]; 
  long int __align; 
};

--


More information about the Digitalmars-d-bugs mailing list