New testcases

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-04-05 22:25:51 +00:00
parent 3855f2f951
commit 0cca46421f
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
type { { \2 *, \4 ** },
{ \2 *, \4 ** }
}
implementation

View File

@ -0,0 +1,5 @@
%t = type { { \2*, \2 },
{ \2*, \2 }
}
implementation