New test case.

llvm-svn: 36217
This commit is contained in:
Devang Patel 2007-04-17 20:29:12 +00:00
parent 57b5214d59
commit a9cde02ee3
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
; PR 1332
; RUN: %llvmgcc %s -S -o /dev/null
struct Z { int a:1; int :0; int c:1; } z;