make tblgen produce a function that returns the name for a physreg.
[llvm/avr.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;