diff --git a/test/CFrontend/2007-05-16-EmptyStruct.c b/test/CFrontend/2007-05-16-EmptyStruct.c new file mode 100644 index 00000000000..b00c062ccb9 --- /dev/null +++ b/test/CFrontend/2007-05-16-EmptyStruct.c @@ -0,0 +1,5 @@ +// PR 1419 + +// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}" + +struct { } *X;