llvm-mirror/test/FrontendC/2008-01-24-StructAlignAndBitFields.c

5 lines
81 B
C
Raw Normal View History

2008-01-24 23:55:34 +00:00
// RUN: %llvmgcc %s -S -o -
struct U { char a; short b; int c:25; char d; } u;