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