xref
: /
llvm-project-15.0.7
/
clang
/
test
/
CodeGen
/
pointer-cmp-type.c
(revision 48e262e3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: clang-cc -emit-llvm %s -o - | grep "icmp ult"
2
3
int
a
(
char
*
a
,
char
*
b
) {
return
a
<
b
;}
4