From df96c7573196f95594e25f426d564568c2e7f9e6 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 23 Aug 2010 18:26:10 +0000 Subject: test case for PR7920. llvm-svn: 111821 --- clang/test/CodeGenCXX/debug-info.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'clang/test') diff --git a/clang/test/CodeGenCXX/debug-info.cpp b/clang/test/CodeGenCXX/debug-info.cpp index 6bb9533a477..71c8603a9fa 100644 --- a/clang/test/CodeGenCXX/debug-info.cpp +++ b/clang/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; +} -- cgit v1.2.3