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