C++程序  |  4行  |  143 B

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