repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
obj-c++.dg
/
property
/
cxx-property-1.mm
blob
3c6f93e2a42119f0c97763bd9f20fd97e10b4256
1
/* Testcase from PR obj-c++/48275. */
2
/* { dg-do compile } */
3
4
@interface Test
5
{
6
int ns;
7
}
8
@property (getter=namespace) int ns;
9
10
@end