summaryrefslogtreecommitdiffstats
path: root/Tests/CompatibleInterface/main.cpp
blob: b7c66386c43c6c40c878932db83468a50c69248b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#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;
}