Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / readability-redundant-control-flow.cpp
blobd22171554204e5b2eab69c266086fbd45398250a
1 extern void g();
2 void f() {
3 g();
4 return;