1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/test/FrontendC/2007-04-11-PR1321.c
Anton Korobeynikov eb3cd5e822 For PR1338: Rename test dirs
llvm-svn: 51695
2008-05-29 19:17:15 +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;