aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.test-framework/dg-dot-run-sif-exp-U.c
blob: a7c1aa12370bf9dd67102bbe839a97b4df3e2f46 (plain)
1
2
3
4
5
6
7
8
/* { dg-do run { target { *-*-* || no } } } */
/* { dg-skip-if "comment" { *-*-* && yes } } */

int
main ()
{
  return 0;
}