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