hanchenye-llvm-project/llvm/test/FrontendC/2007-05-16-EmptyStruct.c

6 lines
94 B
C

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