From: Devang Patel Date: Mon, 23 Aug 2010 18:26:10 +0000 (+0000) Subject: test case for PR7920. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5848d680c8abc5c76f37b7149b349603db94ce0;p=clang test case for PR7920. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111821 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; +}