aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c
blob: dfa1792a8b568ec68e8ae1ebdf54e869274eacff (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do run } */
/* { dg-options "-DDEFINED" } */
/* { dg-xfail-run-if "comment" { def_nocache } { "*" } { "" } } */

int
main ()
{
  return 1;
}