]> git.proxmox.com Git - rustc.git/blob - src/llvm/tools/clang/test/CodeGenCXX/debug-info-wchar.cpp
Imported Upstream version 0.6
[rustc.git] / src / llvm / tools / clang / test / CodeGenCXX / debug-info-wchar.cpp
1 // RUN: %clang_cc1 -emit-llvm -g %s -o -| FileCheck %s
2 void foo() {
3 // CHECK: metadata !"wchar_t",
4 const wchar_t w = L'x';
5 }