1 2 3 4 5 6 7 8 9 10
/* Testcase from PR obj-c++/48275. */ /* { dg-do compile } */ @interface Test { int ns; } @property (getter=namespace) int ns; @end