aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}