Is _Bool
a primitive type?
#179
Labels
area:compiler
Related to code compilation or type checking
area:standard-support
Related to the C standard support
good-first-issue
An issue considered simple enough for new contributors
hacktoberfest
status:help-wanted
Open for contributors
Right now, we have a following line in
CTypeSystem.cs
:I'm not sure about that. In CLI,
Bool
's size is one byte, not four.We'll have to check the standard to see whether
_Bool
is a primitive type we may use instead ofPrimitiveTypeKind.Int
here.See
// TODO[#179]
in the code to fix this issue.The text was updated successfully, but these errors were encountered: