1 // RUN: %clang_cc1 -emit-llvm -g %s -o -| FileCheck %s 2 void foo() { 3 // CHECK: !MDBasicType(name: "wchar_t" 4 const wchar_t w = L'x'; 5 } 6