mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
4 lines
70 B
C
4 lines
70 B
C
void gnuConditionalOmittedOperand() {
|
|
int i, j;
|
|
i = j ? : 2;
|
|
} |