summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/pointer-cmp-type.c
blob: 59b271235ca9ee1407abb5238d18c3d00705ad30 (plain)
1
2
3
// RUN: %clang_cc1 -emit-llvm %s -o - | grep "icmp ult"

int a(char* a, char* b) {return a<b;}