mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
205a49abb3
llvm-svn: 36219
5 lines
90 B
C
5 lines
90 B
C
// PR 1332
|
|
// RUN: %llvmgcc %s -S -o /dev/null
|
|
|
|
struct Z { int a:1; int :0; int c:1; } z;
|