forked from OSchip/llvm-project
Correction to r176432: the bug actually fixed was <rdar://13025708>.
llvm-svn: 176433
This commit is contained in:
parent
cc5788c5ce
commit
02ba35092b
|
@ -1,6 +1,6 @@
|
|||
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdebugger-support -funknown-anytype -emit-llvm -o - %s | FileCheck %s
|
||||
|
||||
// rdar://12565338
|
||||
// rdar://13025708
|
||||
|
||||
@interface A @end
|
||||
void test0(A *a) {
|
||||
|
|
Loading…
Reference in New Issue