From: Chris Lattner Date: Tue, 11 Nov 2008 06:27:34 +0000 (+0000) Subject: add PR# X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c11d4e486b1b3ae40b48a3088d99adb56a8a9e3;p=clang add PR# git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59028 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; }