TestDocComments fails on Windows because it's trying to typedef size_t with the type unsigned long, which is different from the Windows type unsigned long long.
Using the latter works accross supported platforms though.
Using the latter works accross supported platforms though.