summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_compile_options/CMP0101.c
blob: 7ef61172ac640944bcc5ec7f85b4ea031f828e6e (plain)
1
2
3
4
5
6
7
8
9

#if defined(BEFORE_KEYWORD)
#  error "BEFORE not honored"
#endif

int main(void)
{
  return 0;
}