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:
parent
c5d2df366a
commit
e91576f1fd
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