1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

New test case.

llvm-svn: 36217
This commit is contained in:
Devang Patel 2007-04-17 20:29:12 +00:00
parent c5d2df366a
commit e91576f1fd

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;