* gcc.dg/const-elim-1.c: Remove xfail for xtensa-*-*.
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030107-1.c
bloba3c2df7f6e9857c0b21e63509fc2c6822a4414a1
1 /* { dg-do compile } */
2 /* { dg-options "-fprofile-arcs" } */
4 extern void bar(void) __attribute__((noreturn));
5 int foo (void) { bar(); }
7 /* { dg-final { cleanup-coverage-files } } */