#include <float.h>
#ifndef LDBL_HAS_SUBNORM
#error "LDBL_HAS_SUBNORM is not defined"
#endif
int main(void) { return 0; }
