]> granicus.if.org Git - clang/commitdiff
add PR#
authorChris Lattner <sabre@nondot.org>
Tue, 11 Nov 2008 06:27:34 +0000 (06:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Nov 2008 06:27:34 +0000 (06:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59028 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PR3021-debug-info-and-typeof.c

index 607462d5c80b135fd367f374fb062ed31538d9e7..39334168af944c1972d1e46ae01c5f4f02b1acf2 100644 (file)
@@ -1,5 +1,6 @@
 // RUN: clang -o %t --emit-llvm -g %s
 
+// PR3023
 void convert(void) {
   struct { typeof(0) f0; } v0;
 }