aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/obj-c++.dg/root-class-00.mm
blob: f951b0de8cc14abc67691568745fddec5011927e (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 /* { dg-warning {class 'ARootObject' defined without specifying a base class} } */
@end