[InstCombine] Preserve NSW flags for `lshr (mul nuw X, C1), C2 -> mul nuw nsw X,...
[llvm-project.git] / clang / test / SemaObjC / class-protocol.m
blob021047e120523acba35e4a07ee6f100191495554
1 // RUN: %clang_cc1  -fsyntax-only -verify %s
2 // expected-no-diagnostics
3 // pr5552
5 @interface Protocol 
6 @end