aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-21 18:49:35 +0000
committerChris Lattner <sabre@nondot.org>2004-04-21 18:49:35 +0000
commitc398613a4dc1a1bfff2719e8889c83678496039c (patch)
tree7ecec59dbf7d54322a887ed13b71e43627603db4 /test
parent8c194eaa0577a207bb1ea91bf2c2a5e664fce9ee (diff)
downloadexternal_llvm-c398613a4dc1a1bfff2719e8889c83678496039c.zip
external_llvm-c398613a4dc1a1bfff2719e8889c83678496039c.tar.gz
external_llvm-c398613a4dc1a1bfff2719e8889c83678496039c.tar.bz2
new testcase for PR326
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13098 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CFrontend/2004-05-21-IncompleteEnum.c3
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 0000000..1e57a97
--- /dev/null
+++ b/test/CFrontend/2004-05-21-IncompleteEnum.c
@@ -0,0 +1,3 @@
+void test(enum foo *X) {
+}
+