llvm-6502/test/CFrontend/2003-11-13-TypeSafety.c
2008-05-21 14:48:24 +00:00

6 lines
110 B
C

// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
int *test(int *X, int Y) {
return X + Y;
}