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: [email protected]
Reporter: [email protected]
CC: [email protected]
int object;
test.c(1): Error: variable `test.object` conflicts with import `test.object` at
test.c
--
