New testcase

llvm-svn: 4183
This commit is contained in:
Chris Lattner 2002-10-15 21:18:03 +00:00
parent 6d75a44cd0
commit ba0d92b555

View File

@ -0,0 +1,5 @@
declare int "ArrayRef"([100 x int] * %Array)
int "ArrayRef"([100 x int] * %Array) {
ret int 0
}