[Issue 22938] ImportC: __import modules and their typedefs
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Apr 2 01:56:00 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=22938
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
Example:
// test.c(2): Error: found `1` when expecting `]`
// test.c(2): Error: `=`, `;` or `,` expected to end declaration instead of `]`
__import core.stdc.stdint;
char cs[(int32_t)1];
--
More information about the Digitalmars-d-bugs
mailing list