diff options
Diffstat (limited to 'clang/test/Sema/ucn-cstring.c')
| -rw-r--r-- | clang/test/Sema/ucn-cstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/ucn-cstring.c b/clang/test/Sema/ucn-cstring.c index 6d021fd82d1..fb9a3b604eb 100644 --- a/clang/test/Sema/ucn-cstring.c +++ b/clang/test/Sema/ucn-cstring.c @@ -1,6 +1,6 @@ // RUN: clang-cc %s -verify -fsyntax-only -pedantic -#include <stdio.h> +int printf(const char *, ...); int main(void) { int a[sizeof("hello \u2192 \u2603 \u2190 world") == 24 ? 1 : -1]; |

