New testcases

llvm-svn: 2122
This commit is contained in:
Chris Lattner 2002-04-05 22:25:51 +00:00
parent 68857bb2bf
commit 32c9c0ab0e
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