blob: eae48b3cad908a35e0df462e15611fb721b1de2d [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 %s -emit-llvm -o -
2
3struct U { char a; short b; int c:25; char d; } u;
4