mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00
Test case distilled from sed.
llvm-svn: 8224
This commit is contained in:
parent
49f833dd83
commit
869f25ff98
14
test/Regression/CFrontend/2003-08-29-BitFieldStruct.c
Normal file
14
test/Regression/CFrontend/2003-08-29-BitFieldStruct.c
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
typedef enum { FALSE, TRUE } flagT;
|
||||||
|
|
||||||
|
struct Word
|
||||||
|
{
|
||||||
|
short bar;
|
||||||
|
short baz;
|
||||||
|
flagT final:1;
|
||||||
|
short quux;
|
||||||
|
} *word_limit;
|
||||||
|
|
||||||
|
void foo ()
|
||||||
|
{
|
||||||
|
word_limit->final = (word_limit->final && word_limit->final);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user