llvm-project/clang/test/CodeGen/pointer-arithmetic.c
2007-12-03 06:23:43 +00:00

6 lines
91 B
C

// RUN: clang -emit-llvm %s
typedef int Int;
int test1(int *a, Int *b) { return a - b; }