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

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

struct { } *X;