1/* Test for no entry after @private token.  */
2
3/* { do-do compile } */
4
5@interface foo
6{
7@private
8}
9@end
10