From 5c11d4e486b1b3ae40b48a3088d99adb56a8a9e3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 11 Nov 2008 06:27:34 +0000 Subject: [PATCH] add PR# 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 | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.50.1