move this test into the ARM test so that it is only run when the arm backend
[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;