[Issue 24306] ImportC: same name structs in separate C files interfere when compiled together
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 28 12:01:04 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=24306
--- Comment #1 from Dennis <dkorpel at live.nl> ---
Forgot to copy the semi-colon:
```b.c
struct S {};
```
I'm used to D after all :)
--
More information about the Digitalmars-d-bugs
mailing list