2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git] / gcc / testsuite / obj-c++.dg / property / cxx-property-1.mm
blob3c6f93e2a42119f0c97763bd9f20fd97e10b4256
1 /* Testcase from PR obj-c++/48275.  */
2 /* { dg-do compile } */
4 @interface Test
6         int ns;
8 @property (getter=namespace) int ns;
10 @end