[InstCombine] Preserve NSW flags for `lshr (mul nuw X, C1), C2 -> mul nuw nsw X,...
[llvm-project.git] / clang / test / SemaObjC / comptypes-8.m
blob8bb99a189e9d2b4e4402870a10196c147a4669aa
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 @protocol MyProtocol
5 @end
7 id<MyProtocol> obj_p = 0;
9 int main(void)
11   obj_p = 0;