aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr108449.c
blob: 4a3ae5b3ed406380ed6e95be2bd8369c0c907dec (plain)
1
2
3
4
5
/* { dg-do compile } */
/* { dg-options "-O" } */

static int vfork(); /* { dg-warning "used but never defined" } */
void f() { vfork(); }