From e5848d680c8abc5c76f37b7149b349603db94ce0 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 23 Aug 2010 18:26:10 +0000 Subject: [PATCH] test case for PR7920. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111821 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/debug-info.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/CodeGenCXX/debug-info.cpp b/test/CodeGenCXX/debug-info.cpp index 6bb9533a47..71c8603a9f 100644 --- a/test/CodeGenCXX/debug-info.cpp +++ b/test/CodeGenCXX/debug-info.cpp @@ -50,3 +50,8 @@ namespace VirtualBase { B b; } } + +void foo() { + const wchar_t c = L'x'; + wchar_t d = c; +} -- 2.50.1