Improve compatibility with older versions of Windows.
[llvm/msp430.git] / test / FrontendC / 2008-03-26-PackedBitFields.c
blob7214281d020c4926fd3775b82bc94ba21d484741
1 // RUN: %llvmgcc %s -S -o -
4 struct S1757 {
5 long double c;
6 long int __attribute__((packed)) e:28;
7 } x;