summaryrefslogtreecommitdiff
path: root/test/CFrontend/2003-11-13-TypeSafety.c.tr
blob: 128b767e22da35f0f9441e07ccaa16fc687d41f2 (plain)
1
2
3
4
5
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr

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