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
2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
obj-c++.dg
/
empty-private-1.mm
blob
b8b90b07ecdaa02b3cfd371abbd6bb51a8b3fd1d
1
/* Test for no entry after @private token. */
2
3
/* { do-do compile } */
4
5
@interface foo
6
{
7
@private
8
}
9
@end