Test more thoroughly

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2769 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-06-24 21:37:08 +00:00
parent 65fbd4a212
commit 15c5977869

View File

@ -5,5 +5,13 @@ typedef struct foo {
int Y;
} * foo;
foo F;
foo F1;
struct foo *F2;
enum bar { test1, test2 };
typedef float bar;
enum bar B1;
bar B2;