summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/vfprintf-valid-redecl.c
blob: cc8e2c40d30bf1db8403f7f427bf6f78f7246755 (plain)
1
2
3
4
5
6
// RUN: clang-cc %s -fsyntax-only -pedantic -verify
// PR4290

// The following declaration is compatible with vfprintf, so we shouldn't
// warn.
int vfprintf();
OpenPOWER on IntegriCloud