6 lines
91 B
C
6 lines
91 B
C
// RUN: clang -emit-llvm %s
|
|
|
|
typedef int Int;
|
|
|
|
int test1(int *a, Int *b) { return a - b; }
|