llvm/test/CFrontend/2007-05-16-EmptyStruct.c

6 lines
107 B
C
Raw Normal View History

// PR 1419
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep "struct.anon = type \{ \}"
struct { } *X;