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

5 lines
81 B
C
Raw Normal View History

// RUN: %llvmgcc %s -S -o -
struct U { char a; short b; int c:25; char d; } u;