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