summaryrefslogtreecommitdiff
path: root/test/FrontendC/2008-03-26-PackedBitFields.c
blob: 7214281d020c4926fd3775b82bc94ba21d484741 (plain)
1
2
3
4
5
6
7
// RUN: %llvmgcc %s -S -o -


struct S1757 { 
  long double c;
  long int __attribute__((packed)) e:28;
} x;