Files
codeql/cpp/ql/test/examples/expressions/StatementExpr.c

3 lines
55 B
C

void StatementExpr() {
int j = ({ int i = 5; i; });
}