NEW testcase for PR84 :(

llvm-svn: 9967
This commit is contained in:
Chris Lattner 2003-11-13 06:19:56 +00:00
parent d966bbe9bf
commit e09331e863

View File

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