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