aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-11-11 06:27:34 +0000
committerChris Lattner <sabre@nondot.org>2008-11-11 06:27:34 +0000
commit5c11d4e486b1b3ae40b48a3088d99adb56a8a9e3 (patch)
tree4d161c42cf3d5ccba32b317e6beed108ae1ff639
parent1f6f54be86a514d531ec231fd837858a43cfe72e (diff)
add PR#
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59028 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/PR3021-debug-info-and-typeof.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PR3021-debug-info-and-typeof.c b/test/CodeGen/PR3021-debug-info-and-typeof.c
index 607462d5c8..39334168af 100644
--- a/test/CodeGen/PR3021-debug-info-and-typeof.c
+++ b/test/CodeGen/PR3021-debug-info-and-typeof.c
@@ -1,5 +1,6 @@
// RUN: clang -o %t --emit-llvm -g %s
+// PR3023
void convert(void) {
struct { typeof(0) f0; } v0;
}