mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-24 10:07:48 +00:00
Check that ?: parses its RHS as 'expression'.
llvm-svn: 38878
This commit is contained in:
parent
a0927cecb5
commit
eb17652f5f
@ -58,3 +58,7 @@ void test6() {
|
||||
//int A = (struct{ int a;}){ 1}.a;
|
||||
int A = (int){ 1}.a;
|
||||
}
|
||||
|
||||
int test7(int a, int b) {
|
||||
return a ? a,b : a;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user