1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s
2 // Allow injection of ivars into implementation's implicit class.
4 @implementation INTFSTANDALONE // expected-warning {{cannot find interface declaration for 'INTFSTANDALONE'}}
9 - (id) Meth { return IVAR1; }