summaryrefslogtreecommitdiffstats
path: root/Tests/CompileOptions/main.cpp
blob: 0d390503f8bf7b215fe3e6959ca846a4b633e671 (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifdef DO_GNU_TESTS
#  ifndef TEST_DEFINE
#    error Expected TEST_DEFINE
#  endif
#endif

int main(int argc, char **argv)
{
  return 0;
}