[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeGen / pointer-cmp-type.c
blob59b271235ca9ee1407abb5238d18c3d00705ad30
1 // RUN: %clang_cc1 -emit-llvm %s -o - | grep "icmp ult"
3 int a(char* a, char* b) {return a<b;}