Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
20030107-1.c
blob: 9264eba701efaa8dbc9b6e6da789e43af8e92cbe [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-fprofile-arcs" } */
extern
void
bar
(
void
)
__attribute__
((
noreturn
));
int
foo
(
void
)
{
bar
();
}