2003-11-13-TypeSafety.c   [plain text]


// RUN: %clang_cc1  %s -emit-llvm -o - | grep getelementptr

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