There is no type uint in the C++ standard. Apparently, some compilers define it though as a typedef to unsigned int. G++12 seems to not have it.
uint
unsigned int
Bug introduced in fb09463d