Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / clang-analyzer-deadcode.DeadStores.cpp
blob4e1c2c851db0874370f2f64fdcbd36b143faccb2
2 // clang-analyzer-deadcode.DeadStores
3 void test() {
4 int x;
5 x = 1; // warn