Do not warn with -Wuninitialized when the member is used in a sizeof or address-of...
[clang.git] / test / SemaObjC / missing-method-context.m
blob1378b3694012c733394c312da6b7e6494e1f1fa2
1 // RUN: %clang_cc1 %s -verify -fsyntax-only
2 - (void)compilerTestAgainst;  // expected-error {{missing context for method declaration}}
4 void xx();  // expected-error {{expected method body}}