blob: a77861e453c5ce5b8babc6f7096ae7f46bb2fcfe [file] [log] [blame]
/* APPLE LOCAL file radar 6231433 */
/* { dg-do compile } */
@interface NSKey @end
@interface UpdatesList @end
void foo (int i, NSKey *NSKeyValueCoding_NullValue, UpdatesList *nukedUpdatesList)
{
i ? NSKeyValueCoding_NullValue : nukedUpdatesList; /* { dg-error "incompatible operand types" } */
}