blob: 94093222e8c91d38f9393ef04e4f06b6a6913905 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
// rdar://9651605
@interface Foo
@property (getter=getVal) int val __attribute__((unavailable));
- Method __attribute__((unavailable));
+ CMethod __attribute__((unavailable));
@end
@implementation Foo
@end