diff options
author | Chris Lattner <sabre@nondot.org> | 2008-11-11 06:27:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-11-11 06:27:34 +0000 |
commit | 5c11d4e486b1b3ae40b48a3088d99adb56a8a9e3 (patch) | |
tree | 4d161c42cf3d5ccba32b317e6beed108ae1ff639 | |
parent | 1f6f54be86a514d531ec231fd837858a43cfe72e (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.c | 1 |
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; } |