1 // RUN: %clang_cc1 -fsyntax-only -Wnull-character %s 2>&1 | FileCheck -strict-whitespace %s 2 // CHECK: L"a<U+0000>b" 3 wchar_t const *w = L"ab"; 4