Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for...
[oota-llvm.git] / test / FrontendC / 2008-01-24-StructAlignAndBitFields.c
1 // RUN: %llvmgcc %s -S -o -
2
3 struct U { char a; short b; int c:25; char d; } u;
4