- Make BranchProbability constructor public.
[llvm/stm8.git] / test / FrontendC / 2007-05-16-EmptyStruct.c
blob7b2ab61bccaf6fe24cb092caf27b9a5c9fe54619
1 // PR 1417
3 // RUN: %llvmgcc -xc %s -S -o - | grep "struct.anon = type \{\}"
5 struct { } *X;