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