Teach mergefunc that intptr_t is the same width as a pointer. We still can't
[llvm.git] / test / FrontendC / 2007-04-11-PR1321.c
blobf391329a0f11a6062c431f6d1c680e43f55979f5
1 // RUN: %llvmgcc %s -S -o /dev/null
3 struct X {
4 unsigned int e0 : 17;
5 unsigned int e1 : 17;
6 unsigned int e2 : 17;
7 unsigned int e3 : 17;
8 unsigned int e4 : 17;
9 unsigned int e5 : 17;
10 unsigned int e6 : 17;
11 unsigned int e7 : 17;
12 } __attribute__((packed)) x;