clang-1/test/CodeGen/pointer-cmp-type.c

4 строки
93 B
C

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