1 // RUN: clang -emit-llvm %s
2 
3 typedef int Int;
4 
5 int test1(int *a, Int *b) { return a - b; }
6