mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
New testcase for C++ frontend crash
llvm-svn: 9192
This commit is contained in:
parent
17f8f2e317
commit
080cafcc0e
9
test/Regression/C++Frontend/2003-10-17-BoolBitfields.cpp
Normal file
9
test/Regression/C++Frontend/2003-10-17-BoolBitfields.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
struct test {
|
||||
bool A : 1;
|
||||
bool B : 1;
|
||||
};
|
||||
|
||||
void foo(test *T) {
|
||||
T->B = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user