blob: 1f73f735761c4455a8eaabef0af2b8a61154b2be (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Test Wobjc-root-class.
Note that we don't issue a warning unless the TU contains an implementation
for the class. */
/* { dg-additional-options "-fsyntax-only " } */
@interface ARootObject
@end
@implementation ARootObject
@end /* { dg-warning {class 'ARootObject' defined without specifying a base class} } */
|