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