1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CFrontend/2008-01-24-StructAlignAndBitFields.c
Devang Patel 4ca45ebdf4 Remove incorrect comment.
llvm-svn: 48728
2008-03-24 16:58:20 +00:00

5 lines
81 B
C

// RUN: %llvmgcc %s -S -o -
struct U { char a; short b; int c:25; char d; } u;