mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 06:38:44 +00:00
New test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36217 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e52eef8e9a
commit
58ff012539
4
test/CFrontend/2007-04-17-ZeroSizeBitFields.c
Normal file
4
test/CFrontend/2007-04-17-ZeroSizeBitFields.c
Normal 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;
|
Loading…
Reference in New Issue
Block a user