hanchenye-llvm-project/llvm/test/FrontendC/2008-01-24-StructAlignAndBi...

5 lines
81 B
C

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