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