[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeGen / 2003-08-21-BinOp-Type-Mismatch.c
blobb682d25d2a4d11f244ab120e3ebf26d387a83786
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
3 struct bar;
5 void foo(void)
7 unsigned int frame, focus;
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);