Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / obj-c++.dg / empty-private-1.mm
blobb8b90b07ecdaa02b3cfd371abbd6bb51a8b3fd1d
1 /* Test for no entry after @private token.  */
3 /* { do-do compile } */
5 @interface foo
7 @private
9 @end