1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/FrontendC/2008-03-26-PackedBitFields.c

8 lines
109 B
C
Raw Normal View History

2008-03-27 02:51:31 +01:00
// RUN: %llvmgcc %s -S -o -
struct S1757 {
long double c;
long int __attribute__((packed)) e:28;
} x;