18 lines
211 B
C++
18 lines
211 B
C++
|
|
||
|
#ifndef BOOL_PROP1
|
||
|
#error Expected BOOL_PROP1
|
||
|
#endif
|
||
|
|
||
|
#ifndef BOOL_PROP2
|
||
|
#error Expected BOOL_PROP2
|
||
|
#endif
|
||
|
|
||
|
#ifndef BOOL_PROP3
|
||
|
#error Expected BOOL_PROP3
|
||
|
#endif
|
||
|
|
||
|
int main(int argc, char **argv)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|