forked from OSchip/llvm-project
parent
57b5214d59
commit
a9cde02ee3
|
@ -0,0 +1,4 @@
|
|||
; PR 1332
|
||||
; RUN: %llvmgcc %s -S -o /dev/null
|
||||
|
||||
struct Z { int a:1; int :0; int c:1; } z;
|
Loading…
Reference in New Issue