c2v
c2v copied to clipboard
Fails to translate struct with unnamed union field.
Tried translating this clay.h. C2V thinks it finished successfully, but this is in the output.
struct Clay_SizingAxis {
size Union (unnamed union at /Users/adamoates/.vmodules/vclay/src/clay.h
type_ Clay__SizingType
}
Looks like a this is already covered in https://github.com/vlang/c2v/issues/190