summaryrefslogtreecommitdiff
path: root/test/FrontendC/2007-05-16-EmptyStruct.c
blob: 748aa98351d58156c141b690f8d1c136606edab9 (plain)
1
2
3
4
5
// PR 1417

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

struct { } *X;