1/* { dg-do compile } */
2
3@interface Foo
4@property ( readonly, getter = HELLO, setter = THERE : ) int value; /* { dg-error ".readonly. attribute conflicts with .setter. attribute" } */
5@end
6