llvm-mirror/test/FrontendC/2007-05-16-EmptyStruct.c

6 lines
106 B
C
Raw Normal View History

2007-05-16 16:51:31 +00:00
// PR 1417
2007-05-16 16:50:32 +00:00
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
2007-05-16 16:50:32 +00:00
struct { } *X;