blob: e1c915ffc925ab81de8570f54d546b07efb09dbf [file] [log] [blame]
/* <varargs.h> is not supported anymore, but we do install a stub
file which issues an #error telling the user to convert their code. */
/* { dg-do compile } */
#include <varargs.h> /* { dg-bogus "varargs.h" "missing file" } */
/* { dg-message "file included from" "file included from" { target *-*-* } 0 } */
/* { dg-error "no longer implements" "#error 1" { target *-*-* } 4 } */
/* { dg-error "Revise your code" "#error 2" { target *-*-* } 5 } */
int x; /* prevent empty-translation-unit warning */