#ifndef BOOL_PROP1
#error Expected BOOL_PROP1
#endif
#ifndef BOOL_PROP2
#error Expected BOOL_PROP2
#ifndef BOOL_PROP3
#error Expected BOOL_PROP3
int main(int argc, char **argv)
{
return 0;
}