diff options
author | Chris Lattner <sabre@nondot.org> | 2004-04-21 18:49:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-04-21 18:49:35 +0000 |
commit | c398613a4dc1a1bfff2719e8889c83678496039c (patch) | |
tree | 7ecec59dbf7d54322a887ed13b71e43627603db4 | |
parent | 8c194eaa0577a207bb1ea91bf2c2a5e664fce9ee (diff) |
new testcase for PR326
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13098 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CFrontend/2004-05-21-IncompleteEnum.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CFrontend/2004-05-21-IncompleteEnum.c b/test/CFrontend/2004-05-21-IncompleteEnum.c new file mode 100644 index 0000000000..1e57a976c5 --- /dev/null +++ b/test/CFrontend/2004-05-21-IncompleteEnum.c @@ -0,0 +1,3 @@ +void test(enum foo *X) { +} + |