[InstCombine] Preserve NSW flags for `lshr (mul nuw X, C1), C2 -> mul nuw nsw X,...
[llvm-project.git] / clang / 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}}