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