#ifndef MIN_VERSION_base
#error "no MIN_VERSION_base"
#endif

#if MIN_VERSION_base(4, 4, 0)
#error "4.4.0"
#else
#error "no 4.4.0"
#endif
