Add preliminary v2i32 support for SPU backend. As there are no
[oota-llvm.git] / test / FrontendC / 2008-03-26-PackedBitFields.c
1 // RUN: %llvmgcc %s -S -o -
2
3
4 struct S1757 { 
5   long double c;
6   long int __attribute__((packed)) e:28;
7 } x;