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