blob: 3c6f93e2a42119f0c97763bd9f20fd97e10b4256 [file] [log] [blame]
/* Testcase from PR obj-c++/48275. */
/* { dg-do compile } */
@interface Test
{
int ns;
}
@property (getter=namespace) int ns;
@end