aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.test-framework/dg-do-run-xrif-nocache-exp-XF.c
blob: b3d17ee5928dbb6be9ebe9f4096a13f83473e0b9 (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;
}