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: [email protected]
Reporter: [email protected]
The following doesn't compile:
```
typedef unsigned __int64 uintptr_t;
```
Error: missing comma or semicolon after declaration of `__anonymous`, found
`uintptr_t` instead
--
