summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_compile_options/order.c
blob: 1bd81eafb3cb614e6c30922b5d75063ce3be126e (plain)
1
2
3
4
5
6
7
#ifndef __OPTIMIZE__
#  error "Optimizations not enabled!"
#endif
int main(void)
{
  return 0;
}