OSDN Git Service

* 30_threads/thread/native_handle/typesizes.cc: Do not run on cygwin.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / obj-c++.dg / empty-private-1.mm
1 /* Test for no entry after @private token.  */
2
3 /* { do-do compile } */
4
5 @interface foo
6 {
7 @private
8 }
9 @end