[Issue 23003] New: importC: name 'object' conflicts with import
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Apr 10 09:23:58 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=23003
Issue ID: 23003
Summary: importC: name 'object' conflicts with import
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Keywords: ImportC, rejects-valid
Severity: normal
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: duser at neet.fi
CC: duser at neet.fi
int object;
test.c(1): Error: variable `test.object` conflicts with import `test.object` at
test.c
--
More information about the Digitalmars-d-bugs
mailing list