blob: 948fa8ebcc130605f5abcf0ec8fab5797f28fccf [file] [log] [blame]
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
@interface I
@end
void foo(void *p) {
I *i = (__bridge I*)p;
I *i2 = (__bridge/*cake*/I*)p;
}
// CHECK: {7:11-7:20}:""
// CHECK: {8:12-8:20}:""