aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-05-16-EmptyStruct.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-05-16-EmptyStruct.c')
-rw-r--r--test/FrontendC/2007-05-16-EmptyStruct.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/FrontendC/2007-05-16-EmptyStruct.c b/test/FrontendC/2007-05-16-EmptyStruct.c
new file mode 100644
index 0000000..64652be
--- /dev/null
+++ b/test/FrontendC/2007-05-16-EmptyStruct.c
@@ -0,0 +1,5 @@
+// PR 1417
+
+// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
+
+struct { } *X;