OSDN Git Service

* gcc.dg/weak/typeof-2.c: Needs aliases as well as weak.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20030107-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-fprofile-arcs" } */
3
4 extern void bar(void) __attribute__((noreturn));
5 int foo (void) { bar(); }