Add another testcase

llvm-svn: 6478
This commit is contained in:
Chris Lattner 2003-05-31 20:33:09 +00:00
parent fd26032739
commit 426bc41809

View File

@ -4,6 +4,8 @@
; RUN: fi
%Table = constant int(...)* %foo
%Table2 = constant [1 x int(...)* ] [ int(...)* %foo ]
declare int %foo(...)
int %foo() {