[Issue 21948] New: importC: Support declarating local variables of typedef types
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri May 21 17:40:08 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21948
Issue ID: 21948
Summary: importC: Support declarating local variables of
typedef types
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: ibuclaw at gdcproject.org
This does not compile.
--
typedef int myint;
void fun()
{
myint var = 12;
}
--
More information about the Digitalmars-d-bugs
mailing list