1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CFrontend/2008-03-26-PackedBitFields.c
Devang Patel a04c63181f New test case.
llvm-svn: 48858
2008-03-27 01:51:31 +00:00

8 lines
109 B
C

// RUN: %llvmgcc %s -S -o -
struct S1757 {
long double c;
long int __attribute__((packed)) e:28;
} x;