diff options
Diffstat (limited to 'test/Sema/ucn-cstring.c')
-rw-r--r-- | test/Sema/ucn-cstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/ucn-cstring.c b/test/Sema/ucn-cstring.c index 6d021fd..fb9a3b6 100644 --- a/test/Sema/ucn-cstring.c +++ b/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]; |