www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 23214] New: ImportC: typedef with unsigned types doesn't

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

          Issue ID: 23214
           Summary: ImportC: typedef with unsigned types doesn't compile
           Product: D
           Version: D2
          Hardware: x86_64
                OS: All
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: ryuukk.dev gmail.com

The following doesn't compile: 


```
typedef unsigned __int64 uintptr_t;
```

Error: missing comma or semicolon after declaration of `__anonymous`, found
`uintptr_t` instead

--
Jun 26 2022