blob: 6f5384966b99ee9f5c8ade964e785bd004fe3972 [file] [log] [blame]
Devang Patel68f76b12011-09-10 00:44:49 +00001// RUN: %clang_cc1 -emit-llvm -g %s -o -| FileCheck %s
2void foo() {
3// CHECK: metadata !"wchar_t",
4 const wchar_t w = L'x';
5}