(root)/
gcc-13.2.0/
gcc/
testsuite/
obj-c++.dg/
property/
cxx-property-1.mm
/* Testcase from PR obj-c++/48275.  */
/* { dg-do compile } */

@interface Test
{
        int ns;
}
@property (getter=namespace) int ns;

@end