mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Testcase for PR113
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10101 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4e4d8624c5
commit
6ce829df84
10
test/CFrontend/2003-11-19-BitFieldArray.c
Normal file
10
test/CFrontend/2003-11-19-BitFieldArray.c
Normal file
@ -0,0 +1,10 @@
|
||||
struct _GIOChannel {
|
||||
int write_buf;
|
||||
char partial_write_buf[6];
|
||||
int d :1;
|
||||
};
|
||||
|
||||
void g_io_channel_init (struct _GIOChannel *channel) {
|
||||
channel->partial_write_buf[0];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user