mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
Testcase for PR113
llvm-svn: 10101
This commit is contained in:
parent
5ac68ed1bf
commit
ca034cad65
10
test/Regression/CFrontend/2003-11-19-BitFieldArray.c
Normal file
10
test/Regression/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…
x
Reference in New Issue
Block a user