mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Testcase for the problem worked around in
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070319/046204.html git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35554 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
770e1798e1
commit
320c6e97df
2
test/CFrontend/2007-03-26-ZeroWidthBitfield.c
Normal file
2
test/CFrontend/2007-03-26-ZeroWidthBitfield.c
Normal file
@ -0,0 +1,2 @@
|
||||
// RUN: %llvmgcc %s -S -o -
|
||||
struct Z { int :0; } z;
|
Loading…
x
Reference in New Issue
Block a user