trisquel-icecat/icecat/tools/clang-tidy/test/clang-analyzer-core.uninitialized.Assign.cpp

4 lines
35 B
C++

void test() {
int x;
x |= 1;
}