Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
b3507cd01ead99113eed92a815b826f26f6dbadb
/
.
/
test
/
Sema
/
vfprintf-valid-redecl.c
blob: 5c5ce8d12b002d7735c7fbb2f891d492b018825b [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 %s -fsyntax-only -pedantic -verify
// expected-no-diagnostics
// PR4290
// The following declaration is compatible with vfprintf, so we shouldn't
// warn.
int
vfprintf
();