New testcase

llvm-svn: 4183
This commit is contained in:
Chris Lattner 2002-10-15 21:18:03 +00:00
parent 150a83efd5
commit e048e5afb5
1 changed files with 5 additions and 0 deletions

View File

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