Added comment to ticket number, there are no real changes [ci skip]

This commit is contained in:
orbitcowboy 2021-08-25 21:14:19 +02:00
parent 8aa37218c2
commit b0407ea6b4
1 changed files with 1 additions and 1 deletions

View File

@ -2543,7 +2543,7 @@ private:
}
void identicalConditionAfterEarlyExit() {
check("void f(int x) {\n"
check("void f(int x) {\n" // #8137
" if (x > 100) { return; }\n"
" if (x > 100) {}\n"
"}");