blob: c946fe3d9872949a477e2b0d7f1e0d6925b1881a [file] [log] [blame]
/* APPLE LOCAL file radar 3904247 */
/* Test for option -x objective-c++ which must invoke cc1objplus. Compile with no error. */
/* Note! name of the file *must* end with '.c'. */
/* { dg-options "-x objective-c++" } */
/* { dg-do compile } */
@interface TEST
@end
@implementation TEST @end
class Foo {
Foo();
};