summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2003-11-13-TypeSafety.c
blob: b9add6c175a3f55720ad4462ad1c6d14ce455d86 (plain)
1
2
3
4
5
// RUN: %clang_cc1  %s -emit-llvm -o - | grep getelementptr

int *test(int *X, int Y) {
  return X + Y;
}