aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.test-framework/dg-dot-run-xif-exp-XP.c
blob: 59cb768940183e9c7e9c7f49038c97447c5ad1cc (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile { target { *-*-* empty-*-* } } } */
/* { dg-xfail-if "comment" { *-*-* && yes } { "*" } { "" } } */

int
main ()
{
  return 0;
}