Do not warn with -Wuninitialized when the member is used in a sizeof or address-of...
[clang.git] / test / Parser / objc-missing-impl.m
blob05d9d6c0b2326c6e74380192f0fdbb05faa4c80d
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 @end // expected-warning {{@end must appear in an @implementation context}}