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