gecko-dev/tools/clang-tidy/test/clang-analyzer-core.UndefinedBinaryOperatorResult.cpp
2018-10-02 14:10:32 +00:00

4 lines
No EOL
41 B
C++

void test() {
int x;
int y = x + 1;
}