Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c4db24a96d062b2d3fb1f46c28a75ed728b00030
/
.
/
test
/
Sema
/
vfprintf-valid-redecl.c
blob: cc8e2c40d30bf1db8403f7f427bf6f78f7246755 [
file
] [
log
] [
blame
]
Eli Friedman
c4db24a
2009-06-03 09:54:50 +0000
[
diff
] [
blame^
]
1
// RUN: clang-cc %s -fsyntax-only -pedantic -verify
2
// PR4290
3
4
// The following declaration is compatible with vfprintf, so we shouldn't
5
// warn.
6
int
vfprintf
();