c2v icon indicating copy to clipboard operation
c2v copied to clipboard

Fails to translate struct with unnamed union field.

Open islonely opened this issue 11 months ago • 1 comments

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
}

islonely avatar Jan 13 '25 00:01 islonely

Looks like a this is already covered in https://github.com/vlang/c2v/issues/190

BadaBingBee avatar Jan 13 '25 12:01 BadaBingBee