Fix this test on 64-bit systems which seem to use i64 for gep indices sometimes
[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;