Rename NeedsSetToChangeDiffSize to HasAggressiveSymbolFolding which is a much
[oota-llvm.git] / test / FrontendC / 2007-05-16-EmptyStruct.c
1 // PR 1417
2
3 // RUN: %llvmgcc -xc  %s -S -o - | grep "struct.anon = type \{\}"
4
5 struct { } *X;