spin2cpp
spin2cpp copied to clipboard
`short unsigned int x;` is not compiled in C (we get an internal error)
Like the title says; we should treat (short
) (unsigned int
) the same way as (unsigned
)(short
) in the C type parsing code.