[InstCombine] Signed saturation patterns
[llvm-core.git] / test / tools / llvm-cov / Inputs / test.h
blob55d9c6aa8c42afc3ce4e486f2e2bddb3aea9da11
1 struct A {
2 virtual void B();
3 };