summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.test-framework/dg-nocache-xif-exp-P.c
blob: 6481958c910c3bdbaf42b8ca7f61cd8a0f8b6e0e (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-DNOT_THE_RIGHT_DEFINE" } */
/* { dg-xfail-if "comment" { def_nocache } } */

int
main ()
{
  return 0;
}