]> granicus.if.org Git - clang/commitdiff
test case for PR7920.
authorDevang Patel <dpatel@apple.com>
Mon, 23 Aug 2010 18:26:10 +0000 (18:26 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 23 Aug 2010 18:26:10 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111821 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-info.cpp

index 6bb9533a477e3734f2b37d48bd84d25be43a2e4e..71c8603a9faa4778872798d466bcf6da33040b30 100644 (file)
@@ -50,3 +50,8 @@ namespace VirtualBase {
     B b;
   }
 }
+
+void foo() {
+  const wchar_t c = L'x';
+  wchar_t d = c;
+}