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;