1 // RUN: not %clang_cc1 -fsyntax-only %s 2>&1 | FileCheck -strict-whitespace %s
4 (void)"\q \u123z \x \U \U123 \U12345 \u123 \xyzzy \777 \U"
5 // CHECK: {{^ \(void\)"\\q \\u123z \\x \\U \\U123 \\U12345 \\u123 \\xyzzy \\777 \\U"$}}
7 // (void)"\q \u123z \x \U \U123 \U12345 \u123 \xyzzy \777 \U"
9 // CHECK: {{^ \^~~~~$}}
12 // CHECK: {{^ \^~~~~$}}
13 // CHECK: {{^ \^~~~~~~$}}
14 // CHECK: {{^ \^~~~~$}}
16 // CHECK: {{^ \^~~~$}}
20 // CHECK: {{^ "123 \\x \\z";$}}
27 #define foo() lots and lots of tokens, need at least 8 to fill up the smallvector buffer #BadThingsHappenNow