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

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