Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / clang-analyzer-core.uninitialized.Assign.cpp
blobe9685d48a41f47e0391584d5062a3906176b3474
1 void test() {
2 int x;
3 x |= 1;