1 // RUN: %clang_cc1 %s -emit-llvm -o -
2 
3 struct U { char a; short b; int c:25; char d; } u;
4 
5