1f4a2713aSLionel Sambuc // RUN: %clang_cc1 -emit-llvm -g %s -o -| FileCheck %s foo()2f4a2713aSLionel Sambucvoid foo() { 3*0a6a1f1dSLionel Sambuc // CHECK: !"0x24\00wchar_t\00{{.*}}", null, null} ; [ DW_TAG_base_type ] [wchar_t] 4f4a2713aSLionel Sambuc const wchar_t w = L'x'; 5f4a2713aSLionel Sambuc } 6