Treat copysignl like the other copysign functions.
[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