error: attempt to dereference non-pointer type '?*. on generated cimport code #6987
Labels
bug
Observed behavior contradicts documented or intended behavior
translate-c
C to Zig source translation feature (@cImport)
Milestone
given this code for htslib
with this
build.zig
:I see:
This happens only after I add the lines starting with:
var ret = hts.sam_itr_next(fh, qiter, b);
There is a similar error reported in one of the comments in #1580
The text was updated successfully, but these errors were encountered: