llvm-6502/test/CFrontend/2003-11-13-TypeSafety.c.tr

6 lines
110 B
Plaintext
Raw Normal View History

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