1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CFrontend/2008-01-24-StructAlignAndBitFields.c

5 lines
81 B
C
Raw Normal View History

2008-01-25 00:55:34 +01:00
// RUN: %llvmgcc %s -S -o -
struct U { char a; short b; int c:25; char d; } u;