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

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

struct { } *X;