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