aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.test-framework/dg-nocache-sif-exp-P.c
blob: 99392e341334d0c22ebb3cf28c944b872d7c0076 (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-DNOT_THE_RIGHT_DEFINE" } */
/* { dg-skip-if "comment" { def_nocache } { "*" } { "" } } */

int
main ()
{
  return 0;
}