Closed mcavanagh closed 6 years ago
Thanks, this will be fixed. Note that the generated type info is actually "correct", there's no missing asterisk. What you're seeing is the (const void) part of (ptr (const void)). It's just that I have to be more careful about generating sizeof/alignof something with size 0.
Fixed.
compiles ok, but outputs
(note the missing
*
), leading to the C compiler to report:The line number is also off (past the end of the ion file), but this might be a knock-on effect.