1 // RUN: clang-cc -emit-llvm %s -o - | grep "icmp ult"
2 
3 int a(char* a, char* b) {return a<b;}
4