1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CFrontend/2007-04-11-PR1321.c
Devang Patel 6f261440d4 New test case for PR 1321.
llvm-svn: 35934
2007-04-12 00:32:43 +00:00

13 lines
269 B
C

// RUN: %llvmgcc %s -S -o /dev/null
struct X {
unsigned int e0 : 17;
unsigned int e1 : 17;
unsigned int e2 : 17;
unsigned int e3 : 17;
unsigned int e4 : 17;
unsigned int e5 : 17;
unsigned int e6 : 17;
unsigned int e7 : 17;
} __attribute__((packed)) x;